Commit 40b9cb69c4450b65f2ac009a5094b0fdcdca3c47

Authored by Amber Dev
1 parent 1dea1c0efe

added required icons

... ... @@ -383,7 +383,7 @@ const teacherMenu = [{
383 383 {
384 384 title: 'Meet',
385 385 name: 'Meet',
386   - icon: '/static/icon/parents.png',
  386 + icon: '/static/icon/meet_icon_navigation.png',
387 387 }
388 388 ];
389 389  
... ...
src/pages/Dashboard/ChapterInfo.vue
... ... @@ -185,7 +185,7 @@ export default {
185 185 this.chapterIds.pop();
186 186 this.chapterIds.pop();
187 187 this.chapterIds.pop();
188   -
  188 +
189 189 this.indexSelectedChapter = this.chapterIds.findIndex(id => {
190 190 return id == this.selectedChapterId;
191 191 });
... ...
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