Skip to content

Commit

Permalink
improved browser warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahera committed Aug 25, 2024
1 parent 36bda02 commit fff2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LanguageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const colorOptions: Record<string, Record<string, string>> = {
{{ $t('locale.select') }}
</legend>
<select
id="locale"
v-model="$i18n.locale"
name="locale"
class="w-full bg-transparent focus-visible:outline-none text-primary-darkest dark:text-primary-lighter"
@click="$event.stopPropagation()"
>
Expand Down

0 comments on commit fff2741

Please sign in to comment.