Skip to content

Commit

Permalink
[BUGFIX] Suppression de liens vers pix.fr/fr et pix.fr/en-gb
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Mar 2, 2022
2 parents 3e31ab8 + d86900a commit 24765b5
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 24765b5

Please sign in to comment.