From 5353c62dd7fa27abcce8dbd74151c01f7327e45e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 01:28:58 +0000 Subject: [PATCH] Revert sidebar changes --- src/components/AppSidebar.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/components/AppSidebar.tsx b/src/components/AppSidebar.tsx index d247ea5..ff54cb4 100644 --- a/src/components/AppSidebar.tsx +++ b/src/components/AppSidebar.tsx @@ -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" }, ];