Skip to content

Commit da5e205

Browse files
committed
fix duplicate links
1 parent 15c93d9 commit da5e205

File tree

1 file changed

+62
-60
lines changed

1 file changed

+62
-60
lines changed

src/components/sidebar/sidebarItems.tsx

Lines changed: 62 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
import React from 'react';
23
import { 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,37 @@ 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+
// {
88+
// path: '/updatedRatings',
89+
// icon: <Icon icon="charm:refresh"></Icon>,
90+
// title: 'Updated Ratings',
91+
// },
9092
{
9193
path: '/grading',
9294
icon: <Icon icon="bxs:dashboard"></Icon>,
9395
title: 'Grading System',
9496
},
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-
},
97+
// {
98+
// path: '/rolesandaccess',
99+
// icon: <Icon icon="heroicons:key-20-solid"></Icon>,
100+
// title: 'Roles & Access',
101+
// },
102+
// {
103+
// path: '/notifications',
104+
// icon: <Icon icon="heroicons-solid:inbox-in"></Icon>,
105+
// title: 'Notifications',
106+
// },
105107
{
106108
path: '/create-form',
107109
icon: <Icon icon="material-symbols:wysiwyg-rounded"></Icon>,
108110
title: 'Applications Form',
109111
},
110-
{
111-
path: '/calendar',
112-
icon: <Icon icon="ant-design:calendar-filled"></Icon>,
113-
title: 'Calendar',
114-
},
112+
// {
113+
// path: '/calendar',
114+
// icon: <Icon icon="ant-design:calendar-filled"></Icon>,
115+
// title: 'Calendar',
116+
// },
115117
{
116118
path: '/Trash',
117119
icon: <Icon icon="fa-solid:trash"></Icon>,

0 commit comments

Comments
 (0)