diff options
Diffstat (limited to 'src/components/SwitchLanguageLink.astro')
| -rw-r--r-- | src/components/SwitchLanguageLink.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SwitchLanguageLink.astro b/src/components/SwitchLanguageLink.astro index fce633f..abbf0cb 100644 --- a/src/components/SwitchLanguageLink.astro +++ b/src/components/SwitchLanguageLink.astro @@ -20,7 +20,7 @@ const otherLocalePath = currentPath const t = translate(otherLocale); --- -<a class="link nav__switch-language-link" href={otherLocalePath}> +<a class="nav__switch-language-link" href={otherLocalePath}> { t(tPage, { key: 'language-link-text', |
