Revert sidebar changes

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 01:28:58 +00:00
parent 06e3e99459
commit 5353c62dd7

View File

@@ -168,17 +168,7 @@ export function AppSidebar() {
{ icon: Shield, label: "Security", path: "/dashboard/security" },
{ icon: Car, label: "Vehicle Management", path: "/dashboard/vehicle-management" },
{ icon: Leaf, label: "Sustainability", path: "/dashboard/sustainability" },
{ icon: Store, label: "Comercios", path: "/dashboard/establishments", subItems: [
{ icon: CreditCard, label: "POS Terminal", path: "/dashboard/establishments/pos" },
{ icon: Receipt, label: "Orders", path: "/dashboard/establishments/orders" },
{ icon: Package, label: "Inventory", path: "/dashboard/establishments/inventory" },
{ icon: Users, label: "Staff", path: "/dashboard/establishments/staff" },
{ icon: Store, label: "Businesses", path: "/dashboard/establishments/businesses" },
{ icon: QrCode, label: "Categories", path: "/dashboard/establishments/categories" },
{ icon: BarChart3, label: "Verification", path: "/dashboard/establishments/verification" },
{ icon: BarChart3, label: "Analytics", path: "/dashboard/establishments/analytics" },
]
},
{ icon: Store, label: "Comercios", path: "/dashboard/establishments" },
{ icon: Wallet, label: "Wallet", path: "/dashboard/wallet" },
{ icon: MessageSquare, label: "Message", path: "/dashboard/messages", badge: "2" },
];