Skip to content

Commit

Permalink
changed the menu index
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshudube97 committed Nov 15, 2024
1 parent 71d89de commit e779edd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/config/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,32 +108,32 @@ export const sideMenu: MenuOption[] = [
minimize: true,
},
{
index: 6,
index: 5,
title: 'Notifications',
path: '/notifications',
icon: () => <MarkEmailUnreadIcon />,
className: 'notification_walkthrough',
},
{
index: 7,
index: 6,
title: 'Settings',
path: '/settings',
icon: (selected: boolean) => <Settings fill={getColor(selected)} />,
className: 'settings_walkthrough',
},
{
index: 7.1,
index: 6.1,
title: 'User',
path: '/settings/user-management',
parent: 7,
parent: 6,
icon: (selected: boolean) => <User fill={getColor(selected)} />,
className: 'usermanagement_walkthrough',
},
{
index: 7.2,
index: 6.2,
title: 'AI settings',
icon: (selected: boolean) => <AiSettings fill={getColor(selected)} />,
parent: 7,
parent: 6,
path: '/settings/ai-settings',
className: 'aisettings_walkthrough',
},
Expand Down

0 comments on commit e779edd

Please sign in to comment.