11/* eslint-disable */
2- import React from 'react' ;
3- import { Icon } from '@iconify/react' ;
2+ import React from "react" ;
3+ import { Icon } from "@iconify/react" ;
4+ import { title } from "process" ;
45
56export const sidebarItems1 = [
67 {
7- path : ' /admin' ,
8+ path : " /admin" ,
89 icon : < Icon icon = "fontisto:pie-chart-1" > </ Icon > ,
9- title : ' Dashboard' ,
10+ title : " Dashboard" ,
1011 } ,
1112 {
12- path : ' users' ,
13+ path : " users" ,
1314 icon : < Icon icon = "fluent:people-team-20-filled" > </ Icon > ,
14- title : ' Members' ,
15+ title : " Members" ,
1516 } ,
1617 {
17- path : ' programs' ,
18+ path : " programs" ,
1819 icon : < Icon icon = "ic:round-maps-home-work" > </ Icon > ,
19- title : ' Programs' ,
20+ title : " Programs" ,
2021 } ,
2122 {
22- path : ' job-post' ,
23+ path : " job-post" ,
2324 icon : < Icon icon = "ic:round-maps-home-work" > </ Icon > ,
24- title : ' View Job Post' ,
25+ title : " View Job Post" ,
2526 } ,
2627 {
2728 path : "create-form" ,
@@ -34,82 +35,81 @@ export const sidebarItems1 = [
3435 title : "Applications" ,
3536 } ,
3637 {
37- path : ' cohort' ,
38+ path : " cohort" ,
3839 icon : < Icon icon = "fa6-solid:graduation-cap" > </ Icon > ,
39- title : ' Cohorts' ,
40+ title : " Cohorts" ,
4041 } ,
4142 {
42- path : ' cycles' ,
43+ path : " cycles" ,
4344 icon : < Icon icon = "game-icons:cycle" > </ Icon > ,
44- title : ' Application Cycles' ,
45+ title : " Application Cycles" ,
4546 } ,
47+
4648 {
4749 path : 'Trainee-applicants' ,
4850 icon : < Icon icon = "ic:round-people" > </ Icon > ,
4951 title : 'Trainees/Applicants' ,
5052 } ,
5153
54+
5255 {
53- path : ' grading' ,
56+ path : " grading" ,
5457 icon : < Icon icon = "bxs:dashboard" > </ Icon > ,
55- title : ' Grading System' ,
58+ title : " Grading System" ,
5659 } ,
5760 {
58- path : ' Trash' ,
61+ path : " Trash" ,
5962 icon : < Icon icon = "fa-solid:trash" > </ Icon > ,
60- title : ' Trash' ,
63+ title : " Trash" ,
6164 } ,
6265] ;
6366
6467export const applicantSidebarItems = [
6568 {
66- path : ' myApplications' ,
69+ path : " myApplications" ,
6770 icon : < Icon icon = "material-symbols:wysiwyg-rounded" > </ Icon > ,
68- title : ' My Applications' ,
71+ title : " My Applications" ,
6972 } ,
7073 {
71- path : ' interviewScheduler' ,
74+ path : " interviewScheduler" ,
7275 icon : (
7376 < Icon icon = "material-symbols:interpreter-mode-outline-rounded" > </ Icon >
7477 ) ,
75- title : ' Schedule Interview' ,
78+ title : " Schedule Interview" ,
7679 } ,
7780 {
78- path : ' notifications' ,
81+ path : " notifications" ,
7982 icon : < Icon icon = "heroicons-solid:inbox-in" > </ Icon > ,
80- title : ' Notifications' ,
83+ title : " Notifications" ,
8184 } ,
8285 {
83- path : ' calendar' ,
86+ path : " calendar" ,
8487 icon : < Icon icon = "ant-design:calendar-filled" > </ Icon > ,
85- title : ' Calendar' ,
88+ title : " Calendar" ,
8689 } ,
8790 {
88- path : ' available-jobs' ,
91+ path : " available-jobs" ,
8992 icon : < Icon icon = "ant-design:calendar-filled" > </ Icon > ,
90- title : ' Job Post ' ,
93+ title : " Job Post " ,
9194 } ,
9295] ;
9396export const sidebarItems2 = [
9497 {
95- path : ' /documents' ,
98+ path : " /documents" ,
9699 icon : < Icon icon = "heroicons:document-20-solid" > </ Icon > ,
97- title : ' Docs' ,
100+ title : " Docs" ,
98101 } ,
99102 {
100- path : ' /help' ,
103+ path : " /help" ,
101104 icon : < Icon icon = "nimbus:globe" > </ Icon > ,
102- title : ' Help' ,
105+ title : " Help" ,
103106 } ,
104107] ;
105108
106109export const sidebarItems3 = [
107110 {
108- path : '/settings' ,
109- icon : < Icon icon = "akar-icons:settings-vertical" > </ Icon > ,
110- } ,
111- {
112- path : '/settings' ,
111+ path : "/settings" ,
113112 icon : < Icon icon = "eva:settings-2-outline" > </ Icon > ,
113+ title : "Settings" ,
114114 } ,
115115] ;
0 commit comments