diff --git a/apps/manacore/apps/web/src/routes/(app)/+layout.svelte b/apps/manacore/apps/web/src/routes/(app)/+layout.svelte index 76427f9ea..bf0ec1668 100644 --- a/apps/manacore/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/manacore/apps/web/src/routes/(app)/+layout.svelte @@ -53,7 +53,6 @@ // Navigation items for ManaCore const navItems: PillNavItem[] = [ { href: '/dashboard', label: 'Dashboard', icon: 'home' }, - { href: '/mana', label: 'Mana', icon: 'fire' }, { href: '/credits', label: 'Credits', icon: 'creditCard' }, { href: '/feedback', label: 'Feedback', icon: 'chat' }, { href: '/profile', label: 'Profil', icon: 'user' }, @@ -175,6 +174,7 @@ {appItems} {userEmail} settingsHref="/settings" + manaHref="/mana" profileHref="/profile" />