feat: removed footnote on annoation view

This commit is contained in:
averel10
2026-04-17 08:44:10 +02:00
parent 250d922b07
commit fbdeb0539f
2 changed files with 0 additions and 10 deletions

View File

@@ -108,11 +108,6 @@ export default function SingleChoiceBinaryEntryView({
); );
})} })}
</div> </div>
{/* Footnote */}
<p className="text-xs text-gray-400 mt-8 pt-3 border-t border-gray-100">
Vertrau deinem ersten Eindruck klingt die Aufnahme authentisch nach diesem Dialekt? Es gibt keine richtige oder falsche Antwort.
</p>
</div> </div>
); );
} }

View File

@@ -162,11 +162,6 @@ export default function SingleChoiceEntryView({
</div> </div>
</div> </div>
</div> </div>
{/* Footnote */}
<p className="text-xs text-gray-400 mt-8 pt-3 border-t border-gray-100">
Vertrau deinem ersten Eindruck klingt die Aufnahme authentisch nach diesem Dialekt? Es gibt keine richtige oder falsche Antwort.
</p>
</div> </div>
); );
} }