Skip to content

Commit

Permalink
#102 sidebar links review (#128)
Browse files Browse the repository at this point in the history
* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
  • Loading branch information
2 people authored and Ismaelmurekezi committed Sep 24, 2024
1 parent 3ce4ae9 commit dab698b
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions src/components/sidebar/sidebarItems.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import React from 'react';
import { Icon } from '@iconify/react';

Expand All @@ -7,11 +8,6 @@ export const sidebarItems1 = [
icon: <Icon icon="fontisto:pie-chart-1"></Icon>,
title: 'Dashboard',
},
{
path: 'organizations',
icon: <Icon icon="fluent:people-team-20-filled"></Icon>,
title: 'Organizations',
},
{
path: 'users',
icon: <Icon icon="fluent:people-team-20-filled"></Icon>,
Expand All @@ -27,16 +23,6 @@ export const sidebarItems1 = [
icon: <Icon icon="ic:round-maps-home-work"></Icon>,
title: 'View Job Post',
},
{
path: 'admins',
icon: <Icon icon="ic:round-people"></Icon>,
title: 'Admins',
},
{
path: 'domains',
icon: <Icon icon="akar-icons:globe"></Icon>,
title: 'Domains',
},
{
path: "create-form",
icon: <Icon icon="fluent:form-28-regular"></Icon>,
Expand All @@ -47,31 +33,6 @@ export const sidebarItems1 = [
icon: <Icon icon="akar-icons:globe"></Icon>,
title: "Applications",
},
{
path: 'Trainee-applicants',
icon: <Icon icon="ic:round-people"></Icon>,
title: 'Trainees-Applicants',
},
{
path: 'attendance',
icon: <Icon icon="teenyicons:clipboard-tick-solid"></Icon>,
title: 'Attendance',
},
{
path: 'performance',
icon: <Icon icon="fa6-solid:arrow-trend-up"></Icon>,
title: 'Performance',
},
{
path: 'sessions',
icon: <Icon icon="fluent:clipboard-bullet-list-ltr-16-filled"></Icon>,
title: 'Sessions',
},
{
path: 'coordinators',
icon: <Icon icon="fluent:people-team-20-filled"></Icon>,
title: 'Coordinators',
},
{
path: 'cohort',
icon: <Icon icon="fa6-solid:graduation-cap"></Icon>,
Expand All @@ -82,31 +43,12 @@ export const sidebarItems1 = [
icon: <Icon icon="game-icons:cycle"></Icon>,
title: 'Application Cycles',
},
{
path: 'updatedRatings',
icon: <Icon icon="charm:refresh"></Icon>,
title: 'Updated Ratings',
},

{
path: 'grading',
icon: <Icon icon="bxs:dashboard"></Icon>,
title: 'Grading System',
},
{
path: 'roles',
icon: <Icon icon="heroicons:key-20-solid"></Icon>,
title: 'Roles & Access',
},
{
path: 'notifications',
icon: <Icon icon="heroicons-solid:inbox-in"></Icon>,
title: 'Notifications',
},
{
path: 'calendar',
icon: <Icon icon="ant-design:calendar-filled"></Icon>,
title: 'Calendar',
},
{
path: 'Trash',
icon: <Icon icon="fa-solid:trash"></Icon>,
Expand Down

0 comments on commit dab698b

Please sign in to comment.