From b4a78f3c91666b21117e284f0d437c34d29a5be4 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 28 Dec 2025 02:10:09 +0000 Subject: [PATCH] Add divider to InventorySidebar for improved item separation --- src/components/Dashboard/Inventory/InventorySidebar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dashboard/Inventory/InventorySidebar.jsx b/src/components/Dashboard/Inventory/InventorySidebar.jsx index 803ed66..67911ae 100644 --- a/src/components/Dashboard/Inventory/InventorySidebar.jsx +++ b/src/components/Dashboard/Inventory/InventorySidebar.jsx @@ -43,6 +43,7 @@ const items = [ icon: , path: '/dashboard/inventory/purchaseorders' }, + { type: 'divider' }, { key: 'orderitems', label: 'Order Items',