chore: hide Fleet tab from sidebar for beta
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-31 02:52:22 +01:00
parent 92a429535a
commit 6c5e50b4d5

View File

@@ -143,7 +143,7 @@ const gamerDesktopNav: NavItem[] = [
{ path: '/dashboard/mesh', label: 'Mesh', icon: 'mesh' },
{ path: '/dashboard/server', label: 'Network', icon: 'server' },
{ path: '/dashboard/web5', label: 'Web5', icon: 'web5' },
{ path: '/dashboard/fleet', label: 'Fleet', icon: 'fleet' },
// { path: '/dashboard/fleet', label: 'Fleet', icon: 'fleet' }, // Hidden for beta
{ path: '/dashboard/settings', label: 'Settings', icon: 'settings' },
]