feat(web): object-detail tab title, caption element fix, login title (#57)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 17:22:18 +02:00
parent 6e1f5ea50f
commit 8511aebb53
4 changed files with 28 additions and 6 deletions
+2 -2
View File
@@ -49,9 +49,9 @@ export function VocabularyTerms() {
return (
<div className="overflow-auto p-4">
<h3 className="mb-2 label-caption">
<div className="mb-2 label-caption">
{t("vocab.terms")}
</h3>
</div>
<ul className="mb-4">
{isLoading && (
<li className="text-sm text-muted-foreground"></li>