diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 02:42:49 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 02:42:49 +0100 |
| commit | d93735b58c3174d8ad79ef5cff7787b3ec825658 (patch) | |
| tree | 9ca613fd322a1aee44e33e0e74af040a3720435a /code/app/src/routes/(main)/(public)/+layout.svelte | |
| parent | 465114c7b7cfd17d588cb1da7a191b2a8367e499 (diff) | |
| download | greatoffice-d93735b58c3174d8ad79ef5cff7787b3ec825658.tar.xz greatoffice-d93735b58c3174d8ad79ef5cff7787b3ec825658.zip | |
feat: Move LocaleSwitcher out of tabbing
Diffstat (limited to 'code/app/src/routes/(main)/(public)/+layout.svelte')
| -rw-r--r-- | code/app/src/routes/(main)/(public)/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/app/src/routes/(main)/(public)/+layout.svelte b/code/app/src/routes/(main)/(public)/+layout.svelte index 0f1940a..cbda776 100644 --- a/code/app/src/routes/(main)/(public)/+layout.svelte +++ b/code/app/src/routes/(main)/(public)/+layout.svelte @@ -3,7 +3,7 @@ import LL from "$lib/i18n/i18n-svelte"; </script> -<LocaleSwitcher /> +<LocaleSwitcher tabindex={-1} /> <slot /> <footer class="grid sm:gap-5 grid-flow-row sm:justify-center px-2 sm:grid-flow-col"> <a href="https://greatoffice.life/privacy" class="link"> |
