Revert sidebar changes
This commit is contained in:
@@ -168,17 +168,7 @@ export function AppSidebar() {
|
|||||||
{ icon: Shield, label: "Security", path: "/dashboard/security" },
|
{ icon: Shield, label: "Security", path: "/dashboard/security" },
|
||||||
{ icon: Car, label: "Vehicle Management", path: "/dashboard/vehicle-management" },
|
{ icon: Car, label: "Vehicle Management", path: "/dashboard/vehicle-management" },
|
||||||
{ icon: Leaf, label: "Sustainability", path: "/dashboard/sustainability" },
|
{ icon: Leaf, label: "Sustainability", path: "/dashboard/sustainability" },
|
||||||
{ icon: Store, label: "Comercios", path: "/dashboard/establishments", subItems: [
|
{ icon: Store, label: "Comercios", path: "/dashboard/establishments" },
|
||||||
{ 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: Wallet, label: "Wallet", path: "/dashboard/wallet" },
|
{ icon: Wallet, label: "Wallet", path: "/dashboard/wallet" },
|
||||||
{ icon: MessageSquare, label: "Message", path: "/dashboard/messages", badge: "2" },
|
{ icon: MessageSquare, label: "Message", path: "/dashboard/messages", badge: "2" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user