From a56344ea9aced15fc4d2932d48cb2efd7f452e94 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Fri, 18 Aug 2023 21:28:17 +0100
Subject: Pulls out nav module
---
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 e7b04da..d3e5ab9 100644
--- a/src/components/SwitchLanguageLink.astro
+++ b/src/components/SwitchLanguageLink.astro
@@ -20,7 +20,7 @@ const otherLocalePath = currentPath
const t = translate(otherLocale);
---
-
+
{
t(tPage, {
key: 'language-link-text',
--
cgit v1.2.3