Commit 88670bfb5e3ff39db0cd4e1a0e96a53f825b39bc

Authored by Neeraj Sharma
1 parent 497ed7912d

fixed logo on header

src/pages/Authentication/Login.vue
... ... @@ -2,7 +2,7 @@
2 2 <v-app id="login">
3 3 <v-toolbar class="fixcolors">
4 4 <v-toolbar-items>
5   - <img src="/static/icon.png" height="40" width="140" alt="logo" />
  5 + <img src="/static/logoIntrack.png" height="40" width="140" alt="logo" />
6 6 <!-- <h3 class="white--text my-3 ml-5 logoSchool">School-Management</h3> -->
7 7 </v-toolbar-items>
8 8 </v-toolbar>
... ...
src/pages/Authentication/forgetpassword.vue
... ... @@ -2,7 +2,7 @@
2 2 <v-app id="login">
3 3 <v-toolbar class="fixcolors">
4 4 <v-toolbar-items>
5   - <img src="/static/icon.png" height="40" width="140" alt="logo">
  5 + <img src="/static/logoIntrack.png" height="40" width="140" alt="logo">
6 6 </v-toolbar-items>
7 7 </v-toolbar>
8 8 <v-container fluid>
... ...