Skip to content

Commit

Permalink
Merge pull request #4 from chrillep/patch-1
Browse files Browse the repository at this point in the history
add dusk identifier to localetabs
  • Loading branch information
bastihilger authored Nov 1, 2022
2 parents 02c8aae + c30e433 commit 014e8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/LocaleTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<a
v-for="locale in sortedLocales"
:key="locale.key"
:dusk="errorAttributes[locale.key] + '.locale.tab'"
class="ml-3 cursor-pointer font-bold text-80 text-sm"
:class="{
'text-primary border-b-2 border-primary': locale.key === activeLocale,
Expand Down

0 comments on commit 014e8a9

Please sign in to comment.