diff --git a/app/src/routes/(app)/+layout.svelte b/app/src/routes/(app)/+layout.svelte index f411994..cd2cc25 100644 --- a/app/src/routes/(app)/+layout.svelte +++ b/app/src/routes/(app)/+layout.svelte @@ -75,7 +75,6 @@ { href: '/termine', label: 'Termine', icon: 'calendar' }, { href: '/beitraege', label: 'Beiträge', icon: 'currency-eur', adminOnly: true }, { href: '/nachrichten', label: 'Nachrichten', icon: 'envelope' }, - { href: '/einstellungen', label: 'Einstellungen', icon: 'gear' }, ]; const navItems = $derived(allNavItems.filter(i => !i.adminOnly || isAdmin()));