chore: hide Fleet tab from sidebar for beta

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 c3bd30c148
commit 959cd9e191

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' },
]