Commit de958fcfc5603f8855dbe05c9c16bdf9b4f0c0da
Exists in
master
and in
2 other branches
added upload pdf
Showing
10 changed files
Show diff stats
src/api/menu.js
src/pages/Dashboard/ChapterInfo.vue
src/pages/Dashboard/CourseDetails.vue
... | ... | @@ -37,7 +37,9 @@ |
37 | 37 | flat |
38 | 38 | class="grey--text lighten-1" |
39 | 39 | > |
40 | - <v-icon>volume_up</v-icon> | |
40 | + <v-avatar size="30"> | |
41 | + <img src="/static/icon/announcement_icon.png" alt="icon" /> | |
42 | + </v-avatar> | |
41 | 43 | <span>Announcement</span> |
42 | 44 | </v-btn> |
43 | 45 | </div> |
... | ... | @@ -47,8 +49,10 @@ |
47 | 49 | class="grey--text lighten-1" |
48 | 50 | flat |
49 | 51 | > |
50 | - <v-icon>forum</v-icon> | |
51 | - <span class="ml-2">Course discussion forum</span> | |
52 | + <v-avatar size="30"> | |
53 | + <img src="/static/icon/courseDiscussion_icon.png" alt="icon" /> | |
54 | + </v-avatar> | |
55 | + <span>Course discussion forum</span> | |
52 | 56 | </v-btn> |
53 | 57 | </div> |
54 | 58 | <!-- CHAPTERS --> | ... | ... |
static/icon/announcement_icon.png
934 Bytes
static/icon/courseDiscussion_icon.png
884 Bytes
static/icon/dashboard icons-54.png
707 Bytes
static/icon/dashboard icons-56.png
770 Bytes
static/icon/intrack logo white.png
55.6 KB
static/icon/meet_icon_navigation.png
656 Bytes
static/icon/meeting_icon.png
802 Bytes