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 ( -
+
{supportedLanguages.map((language) => ( { - + {children} @@ -75,11 +75,11 @@ export const ErrorBoundary = () => { const errorStatusCode = statusCode() return ( -
+
-
-

{t(`error.${errorStatusCode}.title`)}

-

{t(`error.${errorStatusCode}.description`)}

+
+

{t(`error.${errorStatusCode}.title`)}

+

{t(`error.${errorStatusCode}.description`)}

diff --git a/app/routes/$.tsx b/app/routes/$.tsx index 32945290..bba99ccf 100644 --- a/app/routes/$.tsx +++ b/app/routes/$.tsx @@ -8,27 +8,27 @@ export default function Route404() { const { t } = useTranslation() const to = href("/") return ( -
-
+
+
- +
-

404

-

{t("error.404.title")}

-

{t("error.404.description")}

+

404

+

{t("error.404.title")}

+

{t("error.404.description")}

-
+
{t("navigation.home")} diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index d9b47d58..b98e7d40 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -19,18 +19,18 @@ export default function Index({ loaderData }: Route.ComponentProps) { const { t } = useTranslation() return ( -