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:
parent
92a429535a
commit
6c5e50b4d5
@ -143,7 +143,7 @@ const gamerDesktopNav: NavItem[] = [
|
|||||||
{ path: '/dashboard/mesh', label: 'Mesh', icon: 'mesh' },
|
{ path: '/dashboard/mesh', label: 'Mesh', icon: 'mesh' },
|
||||||
{ path: '/dashboard/server', label: 'Network', icon: 'server' },
|
{ path: '/dashboard/server', label: 'Network', icon: 'server' },
|
||||||
{ path: '/dashboard/web5', label: 'Web5', icon: 'web5' },
|
{ 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' },
|
{ path: '/dashboard/settings', label: 'Settings', icon: 'settings' },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user