implemented theme changer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import { t } from '../translations.svelte.js';
|
||||
</script>
|
||||
|
||||
<footer>
|
||||
{@html t('footer.message','<a href="https://srsoftware.de">SRSoftware</a>')}
|
||||
</footer>
|
||||
@@ -9,6 +9,7 @@
|
||||
router.navigate('/about');
|
||||
}
|
||||
</script>
|
||||
|
||||
<nav>
|
||||
<a onclick={() => router.navigate('/user')}>{t('menu.users')}</a>
|
||||
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('menu.tutorial')}</a>
|
||||
|
||||
Reference in New Issue
Block a user