mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Refactor static file path and update theme selection text in Navbar; change localization keys for login and signup buttons
This commit is contained in:
parent
40cb5daa07
commit
44c0ffc1d7
3 changed files with 4 additions and 4 deletions
|
@ -222,7 +222,7 @@
|
|||
on:click={() => (window.location.href = 'https://discord.gg/wRbQ9Egr8C')}
|
||||
>{$t('navbar.discord')}</button
|
||||
>
|
||||
<p class="font-bold m-4 text-lg">{$t('navbar.theme_selection')}</p>
|
||||
<p class="font-bold m-4 text-lg text-center">{$t('navbar.theme_selection')}</p>
|
||||
<form method="POST" use:enhance={submitUpdateTheme}>
|
||||
<li>
|
||||
<button formaction="/?/setTheme&theme=light"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue