diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-04-13 08:35:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 08:35:31 +0100 |
| commit | 0dd5226bb52773f0f034f31f68f2439ae2f18fe3 (patch) | |
| tree | 00dd82d1ae955d8a3ee90707681aafe48607e85a /src/components/Navbar | |
| parent | 4a9ad67f284f6b5e96f5708a1fe9a2ff7417c766 (diff) | |
| parent | 3d5bdc40809c5290342d7f269cfe845a6f2b3b4b (diff) | |
Merge pull request #122 from joeacarstairs/staging
discontinue furthsettins
Diffstat (limited to 'src/components/Navbar')
| -rw-r--r-- | src/components/Navbar/NavLinks.astro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/Navbar/NavLinks.astro b/src/components/Navbar/NavLinks.astro index 2343a42..a96dc48 100644 --- a/src/components/Navbar/NavLinks.astro +++ b/src/components/Navbar/NavLinks.astro @@ -3,7 +3,6 @@ import { getLocaleFromPathOrDefault } from '$lib/getLocaleFromPath'; import translate from '$i18n/translate'; import tContact from '$i18n/translations/pages/contact'; import tNews from '$i18n/translations/pages/news'; -import tFurthsettins from '$i18n/translations/pages/furthsettins'; import tJyne from '$i18n/translations/pages/jyne'; import tSubmit from '$i18n/translations/pages/submit'; @@ -19,9 +18,6 @@ const t = translate(locale); <a class="btn" href={`/${locale}/submit`}>{t(tSubmit, { key: 'title' })}</a> </li> <li> - <a class="btn" href={`/${locale}/furthsettins`}>{t(tFurthsettins, { key: 'title' })}</a> - </li> - <li> <a class="btn" href={`/${locale}/jyne`}>{t(tJyne, { key: 'title' })}</a> </li> <li> |
