1+ /* eslint-disable */
12import React from 'react' ;
23import { Icon } from '@iconify/react' ;
34
@@ -7,11 +8,11 @@ export const sidebarItems1 = [
78 icon : < Icon icon = "fontisto:pie-chart-1" > </ Icon > ,
89 title : 'Dashboard' ,
910 } ,
10- {
11- path : '/organisations' ,
12- icon : < Icon icon = "fluent:people-team-20-filled" > </ Icon > ,
13- title : 'Organisations' ,
14- } ,
11+ // {
12+ // path: '/organisations',
13+ // icon: <Icon icon="fluent:people-team-20-filled"></Icon>,
14+ // title: 'Organisations',
15+ // },
1516 {
1617 path : '/roles' ,
1718 icon : < Icon icon = "fluent:people-team-20-filled" > </ Icon > ,
@@ -27,16 +28,16 @@ export const sidebarItems1 = [
2728 icon : < Icon icon = "ic:round-maps-home-work" > </ Icon > ,
2829 title : 'View Job Post' ,
2930 } ,
30- {
31- path : '/admins' ,
32- icon : < Icon icon = "ic:round-people" > </ Icon > ,
33- title : 'Admins' ,
34- } ,
35- {
36- path : '/domains' ,
37- icon : < Icon icon = "akar-icons:globe" > </ Icon > ,
38- title : 'Domains' ,
39- } ,
31+ // {
32+ // path: '/admins',
33+ // icon: <Icon icon="ic:round-people"></Icon>,
34+ // title: 'Admins',
35+ // },
36+ // {
37+ // path: '/domains',
38+ // icon: <Icon icon="akar-icons:globe"></Icon>,
39+ // title: 'Domains',
40+ // },
4041 {
4142 path : "/create-form" ,
4243 icon : < Icon icon = "fluent:form-28-regular" > </ Icon > ,
@@ -47,31 +48,31 @@ export const sidebarItems1 = [
4748 icon : < Icon icon = "akar-icons:globe" > </ Icon > ,
4849 title : "Applications" ,
4950 } ,
50- {
51- path : '/Trainee-applicants' ,
52- icon : < Icon icon = "ic:round-people" > </ Icon > ,
53- title : 'Trainees-Applicants' ,
54- } ,
55- {
56- path : '/attendance' ,
57- icon : < Icon icon = "teenyicons:clipboard-tick-solid" > </ Icon > ,
58- title : 'Attendance' ,
59- } ,
60- {
61- path : '/performance' ,
62- icon : < Icon icon = "fa6-solid:arrow-trend-up" > </ Icon > ,
63- title : 'Performance' ,
64- } ,
65- {
66- path : '/sessions' ,
67- icon : < Icon icon = "fluent:clipboard-bullet-list-ltr-16-filled" > </ Icon > ,
68- title : 'Sessions' ,
69- } ,
70- {
71- path : '/coordinators' ,
72- icon : < Icon icon = "fluent:people-team-20-filled" > </ Icon > ,
73- title : 'Coordinators' ,
74- } ,
51+ // {
52+ // path: '/Trainee-applicants',
53+ // icon: <Icon icon="ic:round-people"></Icon>,
54+ // title: 'Trainees-Applicants',
55+ // },
56+ // {
57+ // path: '/attendance',
58+ // icon: <Icon icon="teenyicons:clipboard-tick-solid"></Icon>,
59+ // title: 'Attendance',
60+ // },
61+ // {
62+ // path: '/performance',
63+ // icon: <Icon icon="fa6-solid:arrow-trend-up"></Icon>,
64+ // title: 'Performance',
65+ // },
66+ // {
67+ // path: '/sessions',
68+ // icon: <Icon icon="fluent:clipboard-bullet-list-ltr-16-filled"></Icon>,
69+ // title: 'Sessions',
70+ // },
71+ // {
72+ // path: '/coordinators',
73+ // icon: <Icon icon="fluent:people-team-20-filled"></Icon>,
74+ // title: 'Coordinators',
75+ // },
7576 {
7677 path : '/cohort' ,
7778 icon : < Icon icon = "fa6-solid:graduation-cap" > </ Icon > ,
@@ -82,36 +83,36 @@ export const sidebarItems1 = [
8283 icon : < Icon icon = "game-icons:cycle" > </ Icon > ,
8384 title : 'Application Cycles' ,
8485 } ,
85- {
86- path : '/updatedRatings' ,
87- icon : < Icon icon = "charm:refresh" > </ Icon > ,
88- title : 'Updated Ratings' ,
89- } ,
86+ // {
87+ // path: '/updatedRatings',
88+ // icon: <Icon icon="charm:refresh"></Icon>,
89+ // title: 'Updated Ratings',
90+ // },
9091 {
9192 path : '/grading' ,
9293 icon : < Icon icon = "bxs:dashboard" > </ Icon > ,
9394 title : 'Grading System' ,
9495 } ,
95- {
96- path : '/rolesandaccess' ,
97- icon : < Icon icon = "heroicons:key-20-solid" > </ Icon > ,
98- title : 'Roles & Access' ,
99- } ,
100- {
101- path : '/notifications' ,
102- icon : < Icon icon = "heroicons-solid:inbox-in" > </ Icon > ,
103- title : 'Notifications' ,
104- } ,
96+ // {
97+ // path: '/rolesandaccess',
98+ // icon: <Icon icon="heroicons:key-20-solid"></Icon>,
99+ // title: 'Roles & Access',
100+ // },
101+ // {
102+ // path: '/notifications',
103+ // icon: <Icon icon="heroicons-solid:inbox-in"></Icon>,
104+ // title: 'Notifications',
105+ // },
105106 {
106107 path : '/create-form' ,
107108 icon : < Icon icon = "material-symbols:wysiwyg-rounded" > </ Icon > ,
108109 title : 'Applications Form' ,
109110 } ,
110- {
111- path : '/calendar' ,
112- icon : < Icon icon = "ant-design:calendar-filled" > </ Icon > ,
113- title : 'Calendar' ,
114- } ,
111+ // {
112+ // path: '/calendar',
113+ // icon: <Icon icon="ant-design:calendar-filled"></Icon>,
114+ // title: 'Calendar',
115+ // },
115116 {
116117 path : '/Trash' ,
117118 icon : < Icon icon = "fa-solid:trash" > </ Icon > ,
0 commit comments