Commit 6e4ee81cb45da72b96dcf73c43fc13e5e7065590
1 parent
ca81e3c3d3
Exists in
master
and in
3 other branches
commited task
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
src/api/menu.js
... | ... | @@ -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