Refactor sidebar and menu items
This commit is contained in:
@@ -115,7 +115,10 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
},
|
||||
{ icon: AlertTriangle, label: 'Emergencias', path: '/dashboard/admin?tab=emergency' },
|
||||
{ icon: MessageSquare, label: 'Soporte', path: '/dashboard/admin?tab=support' },
|
||||
{ icon: Settings, label: 'Configuración', path: '/dashboard/admin?tab=config' }
|
||||
{ icon: Settings, label: 'Configuración', path: '/dashboard/admin?tab=config' },
|
||||
{ icon: BarChart3, label: 'Analytics', path: '/dashboard/analytics' },
|
||||
{ icon: Search, label: 'Buscar Lugares', path: '/dashboard/search-places' },
|
||||
{ icon: Store, label: 'Buscar Comercios', path: '/dashboard/search-establishments' }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -157,8 +160,6 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
{ icon: Users, label: t('staff'), path: '/dashboard/restaurant/staff' }
|
||||
]
|
||||
},
|
||||
{ icon: Brain, label: 'Personalization', path: '/dashboard/personalization' },
|
||||
{ icon: Shield, label: 'Security', path: '/dashboard/security' },
|
||||
{ icon: Car, label: 'Vehicle Management', path: '/dashboard/vehicle-management' },
|
||||
{ icon: Leaf, label: 'Sustainability', path: '/dashboard/sustainability' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user