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 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', |
