From c3f119d332dea3fc33494a44e077f00f6ad05eec Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Sun, 13 Aug 2023 09:07:24 +0100
Subject: Adds breadcrumbs
---
src/components/SwitchLanguageLink.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/components/SwitchLanguageLink.astro')
diff --git a/src/components/SwitchLanguageLink.astro b/src/components/SwitchLanguageLink.astro
index 77dfa18..e8dace3 100644
--- a/src/components/SwitchLanguageLink.astro
+++ b/src/components/SwitchLanguageLink.astro
@@ -18,7 +18,7 @@ const otherLocalePath = currentPath.replace(currentLocaleInPath, `${otherLocale}
const t = translate(currentLocale);
---
-
+
{
t(tPage, {
key: 'language-link-text',
--
cgit v1.2.3