diff --git a/app/library/language-switcher/LanguageSwitcher.tsx b/app/library/language-switcher/LanguageSwitcher.tsx index 3602fba9..4e030f81 100644 --- a/app/library/language-switcher/LanguageSwitcher.tsx +++ b/app/library/language-switcher/LanguageSwitcher.tsx @@ -8,10 +8,10 @@ const LanguageSwitcher = () => { const location = useLocation() return ( -
{t(`error.${errorStatusCode}.description`)}
+{t(`error.${errorStatusCode}.description`)}
{t("error.404.description")}
+{t("error.404.description")}
-
-
+
+
Base
Stack
@@ -42,7 +42,7 @@ export default function Index({ loaderData }: Route.ComponentProps) {
README.md
@@ -56,8 +56,8 @@ export default function Index({ loaderData }: Route.ComponentProps) {