Skip to content

Commit 31825f0

Browse files
committed
feat: add Superadmin section to sidebar menu
1 parent 3a32741 commit 31825f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/app/layouts/dashboard/sidebar/menu-sections.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
PiAirTrafficControlDuotone,
23
PiBookmarksDuotone,
34
PiComputerTowerDuotone,
45
PiCookie,
@@ -64,6 +65,16 @@ export const useMenuSections = (): MenuItem[] => {
6465
icon: PiComputerTowerDuotone
6566
}
6667
]
68+
},
69+
{
70+
header: 'Superadmin',
71+
section: [
72+
{
73+
name: 'Queues',
74+
href: '/api/queues',
75+
icon: PiAirTrafficControlDuotone
76+
}
77+
]
6778
}
6879
]
6980
}

0 commit comments

Comments
 (0)