Skip to content

Commit

Permalink
fixed i8n link src
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb4dev committed Aug 19, 2024
1 parent f26474f commit 19103a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/opiskelu/linkit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div v-for="item in links">
<NuxtLink
class="btn-custom-primary w-96 text-center justify-center"
to="{{ $i18n.locale === 'fi' ? item.link_fi : item.link_en }}"
:to="$i18n.locale === 'fi' ? item.link_fi : item.link_en"
>
{{ $i18n.locale === 'fi' ? item.title_fi : item.title_en }}
<font-awesome-icon
Expand Down

0 comments on commit 19103a1

Please sign in to comment.