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) && (