diff --git a/app/routes/t.tsx b/app/routes/t.tsx index d0dec1f..dc1fc6d 100644 --- a/app/routes/t.tsx +++ b/app/routes/t.tsx @@ -87,12 +87,14 @@ export default function TranslationsPage() {
  • - `block border-b p-4 text-xl ${isActive ? "bg-white" : ""}` + `block border-b p-4 text-sm ${isActive ? "bg-white" : ""}` } to={t.id} onClick={() => setExpanded(false)} > - [{t.lang}] {t.text} +

    + [{t.lang}] {t.text} +

  • ))