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 authored Mar 2, 2022
1 parent 3e31ab8 commit d86900a
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 d86900a

Please sign in to comment.