From 1c85884f7014f22060cb50a7fdf8cc5b90408b17 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:51:19 +0200 Subject: [PATCH] Remove trailing to home page in links --- src/components/AppLayout/components/Topbar/Topbar.astro | 2 +- src/pages/404.astro | 2 +- src/pages/500.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AppLayout/components/Topbar/Topbar.astro b/src/components/AppLayout/components/Topbar/Topbar.astro index 27aeebb..ea19566 100644 --- a/src/components/AppLayout/components/Topbar/Topbar.astro +++ b/src/components/AppLayout/components/Topbar/Topbar.astro @@ -25,7 +25,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); { (!hideHomeButton || backlinks.length > 0) && (
- +

{t("home.title")}

diff --git a/src/pages/404.astro b/src/pages/404.astro index e0d39b3..cbe8e58 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -12,7 +12,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);

404

Not found

- +
diff --git a/src/pages/500.astro b/src/pages/500.astro index c5e843d..e2fe1f8 100644 --- a/src/pages/500.astro +++ b/src/pages/500.astro @@ -24,7 +24,7 @@ const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); website technical administrator .

- +