diff --git a/src/_digifi/layout/components/sidebar/sidebar-menu/SidebarMenuMain.tsx b/src/_digifi/layout/components/sidebar/sidebar-menu/SidebarMenuMain.tsx
index 4946a7f..7b1b302 100644
--- a/src/_digifi/layout/components/sidebar/sidebar-menu/SidebarMenuMain.tsx
+++ b/src/_digifi/layout/components/sidebar/sidebar-menu/SidebarMenuMain.tsx
@@ -17,7 +17,7 @@ const SidebarMenuMain = () => {
{/**/}
{
@@ -103,7 +103,7 @@ const SidebarMenuMain = () => {
*/}
{
= [
{
title: 'User Management',
- path: '/apps/user-management/users',
+ path: '/tools/user-management/users',
isSeparator: false,
isActive: false,
},
@@ -31,7 +31,7 @@ const UsersPage = () => {
}
/>
- } />
+ } />
)
}
diff --git a/src/app/modules/employers/employers-list/UsersPage.tsx b/src/app/modules/employers/employers-list/UsersPage.tsx
index 5586aec..c511c65 100644
--- a/src/app/modules/employers/employers-list/UsersPage.tsx
+++ b/src/app/modules/employers/employers-list/UsersPage.tsx
@@ -6,7 +6,7 @@ import {UsersListWrapper as SignatoryList} from './signatory-list/UsersList'
const usersBreadcrumbs: Array = [
{
title: 'Employer Management',
- path: '/apps/employers-list/employers',
+ path: '/employers/employerslist',
isSeparator: false,
isActive: false,
},
@@ -23,7 +23,7 @@ const EmployersPage = () => {
}>
Employers list
@@ -41,7 +41,7 @@ const EmployersPage = () => {
}
/>
- } />
+ } />
)
}
diff --git a/src/app/routing/PrivateRoutes.tsx b/src/app/routing/PrivateRoutes.tsx
index 710eaf4..6cfaf1b 100644
--- a/src/app/routing/PrivateRoutes.tsx
+++ b/src/app/routing/PrivateRoutes.tsx
@@ -68,7 +68,7 @@ const PrivateRoutes = () => {
}
/> */}
@@ -76,7 +76,7 @@ const PrivateRoutes = () => {
}
/>