From 0dce7e4af26a30fc13807a102da97b3047bf071f Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Jan 2025 06:40:10 +0300 Subject: [PATCH] feat: sasha ochko --- src/components/Navbar/Navbar.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index a0d5aac..d4bd152 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -4,10 +4,12 @@ import { IconBarcode, IconBox, IconBuildingWarehouse, - IconCash, IconChartDots, + IconCash, + IconChartDots, IconDashboard, IconFileBarcode, - IconHome2, IconHomeEdit, + IconHome2, + IconHomeEdit, IconLogout, IconMan, IconMoon, @@ -131,7 +133,7 @@ export function Navbar() { data = data.concat(adminMockdata); } return data; - } + }; const links = getLinksData().map((link, index) => (
- + + + {links} - + +