Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorlos committed Feb 3, 2024
1 parent 6c67f5e commit 4c04d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<select
on:change={({ target }) => {
goto(`/${target.value}${route}`);
document.querySelector("html").setAttribute("lang", target.value);
document.querySelector('html').setAttribute('lang', target.value);
}}
>
{#each $locales as lc}
Expand Down

0 comments on commit 4c04d36

Please sign in to comment.