update the usermanagment ui design

This commit is contained in:
mengstabketemaw
2026-06-12 14:35:48 +03:00
parent bbdfa47bd7
commit a74a1fb29c
4 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ import { useNavigate, useLocation } from 'react-router-dom';
const NAV_ITEMS = [
{ label: 'Dashboard', icon: IconDashboard, path: '/dashboard' },
{ label: 'Items', icon: IconBox, path: '/items' },
{ label: 'User Management', icon: IconUsers, path: '/user-management' },
{ label: 'User Management', icon: IconUsers, path: '/um' },
{ label: 'Audit Log', icon: IconClipboardList, path: '/audit-log' },
];