From 432e250c85013fa236eccaed39d4fa0b15a578f8 Mon Sep 17 00:00:00 2001 From: franfreezy Date: Mon, 9 Dec 2024 14:09:14 +0300 Subject: [PATCH] fine tune the dashboard --- .../frontend/SiteFrontend/src/pages/dashboard/Sidebar.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/logistics/frontend/SiteFrontend/src/pages/dashboard/Sidebar.jsx b/logistics/frontend/SiteFrontend/src/pages/dashboard/Sidebar.jsx index 46ee4e8..7f76e0c 100644 --- a/logistics/frontend/SiteFrontend/src/pages/dashboard/Sidebar.jsx +++ b/logistics/frontend/SiteFrontend/src/pages/dashboard/Sidebar.jsx @@ -16,9 +16,7 @@ const Sidebar = () => { // Sidebar items const items = [ { id: "home", icon: , tooltip: "Dashboard" }, - { id: "profile", icon: , tooltip: "Profile" }, - { id: "discounts", icon: , tooltip: "Discounts" }, - { id: "messages", icon: , tooltip: "Messages" }, + { id: "inventory", icon: , tooltip: "Inventory" }, ]; const handleSignOut = () => {