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/NavLinks.astro | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/components/NavLinks.astro (limited to 'src/components/NavLinks.astro') diff --git a/src/components/NavLinks.astro b/src/components/NavLinks.astro deleted file mode 100644 index a34014e..0000000 --- a/src/components/NavLinks.astro +++ /dev/null @@ -1,25 +0,0 @@ ---- -import getLocaleFromPath from '$lib/getLocaleFromPath'; -import translate from '$i18n/translate'; -import tNews from '$i18n/translations/pages/news'; -import tFurthsettins from '$i18n/translations/pages/furthsettins'; -import tHame from '$i18n/translations/pages/home'; - -const locale = getLocaleFromPath(Astro.url.pathname); -const t = translate(locale); ---- - - -- cgit v1.2.3