Skip to content

Commit

Permalink
fix: remove pix.fr/fr & pix.fr/en-gb links from burger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Mar 1, 2022
1 parent a17a3a2 commit 8c372f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/LanguageSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@
child.lang === currentLocaleCode,
}"
>
<a :href="child.target">
<a
:href="
useGetAbsoluteUrlIfSwitchWebsite(child.target, child.isOnPixOrg)
"
>
{{ $t(option.name) }} - {{ $t(child.name) }}
</a>
<br />
Expand Down

0 comments on commit 8c372f1

Please sign in to comment.