implemented theme changer

This commit is contained in:
2025-07-01 22:56:49 +02:00
parent 684e0b00dd
commit 06c620230d
8 changed files with 105 additions and 5 deletions

View File

@@ -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>