summaryrefslogtreecommitdiff
path: root/src/components/SwitchLanguageLink.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 09:07:24 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 09:07:24 +0100
commitc3f119d332dea3fc33494a44e077f00f6ad05eec (patch)
treef699eb6e4cc36d541dcae3ec3fff5485182546ab /src/components/SwitchLanguageLink.astro
parentc1c9f9a9f3004460787ca23d55ffdacec95c0aad (diff)
Adds breadcrumbs
Diffstat (limited to 'src/components/SwitchLanguageLink.astro')
-rw-r--r--src/components/SwitchLanguageLink.astro2
1 files changed, 1 insertions, 1 deletions
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);
---
-<a class="link" href={otherLocalePath}>
+<a class="link switch-language-link" href={otherLocalePath}>
{
t(tPage, {
key: 'language-link-text',