diff --git a/apps/backoffice/src/app/layouts/components/AppSidebar.tsx b/apps/backoffice/src/app/layouts/components/AppSidebar.tsx index 02ebc916c..ad2aca258 100644 --- a/apps/backoffice/src/app/layouts/components/AppSidebar.tsx +++ b/apps/backoffice/src/app/layouts/components/AppSidebar.tsx @@ -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: '/users' }, + { label: 'User Management', icon: IconUsers, path: '/user-management' }, { label: 'Audit Log', icon: IconClipboardList, path: '/audit-log' }, ];