diff --git a/apps/todo/apps/web/src/routes/(app)/+layout.svelte b/apps/todo/apps/web/src/routes/(app)/+layout.svelte
index 92a8f8c65..271a37c98 100644
--- a/apps/todo/apps/web/src/routes/(app)/+layout.svelte
+++ b/apps/todo/apps/web/src/routes/(app)/+layout.svelte
@@ -179,7 +179,6 @@
},
{ href: '/spiral', label: 'Spiral', icon: 'sparkles' },
{ href: '/tags', label: 'Tags', icon: 'tag' },
- { href: '/settings', label: 'Einstellungen', icon: 'settings' },
]);
// Navigation items filtered by visibility settings (with fallback for guest mode)
@@ -492,7 +491,7 @@
display: flex;
align-items: center;
justify-content: center;
- z-index: 50;
+ z-index: 1002;
transition: all 0.2s ease;
}
diff --git a/packages/shared-ui/src/navigation/PillNavigation.svelte b/packages/shared-ui/src/navigation/PillNavigation.svelte
index 36044e42c..835ee68b2 100644
--- a/packages/shared-ui/src/navigation/PillNavigation.svelte
+++ b/packages/shared-ui/src/navigation/PillNavigation.svelte
@@ -757,23 +757,6 @@
{/if}
-
- {#if manaHref}
-
-
- Mana
-
- {/if}
-
{#if showThemeToggle && onToggleTheme && !showThemeVariants}