Commit 6e4ee81cb45da72b96dcf73c43fc13e5e7065590

Authored by Neeraj Sharma
1 parent ca81e3c3d3

commited task

Showing 2 changed files with 1 additions and 1 deletions   Show diff stats
... ... @@ -61,7 +61,7 @@ const Menu = [
61 61 title: 'Exam',
62 62 group: 'Exam',
63 63 component: 'Exam',
64   - icon: '/static/schoolIcons/message.png',
  64 + icon: '/static/schoolIcons/exam.png',
65 65 items: [
66 66 { name: 'Exam', title: 'Exam', component: 'Exam', action: '', },
67 67 { name: 'ExamSchedule', title: 'Exam Schedule', component: 'ExamSchedule', action: '', },
... ...
static/schoolIcons/exam.png

16.4 KB