Commit 654e1501d9b3a39f2aaa0361b547a83900dee64e

Authored by Neeraj Sharma
1 parent 99ffa9511f

remove school-manegement name and we fix intract logo in header

src/components/pageHeader/AppDrawer.vue
... ... @@ -9,8 +9,7 @@
9 9 width="260"
10 10 >
11 11 <v-toolbar style="background:#39b982" >
12   - <img v-bind:src="computeLogo" height="30" class="imgLogo" alt="ana">
13   - <h5 class="white--text my-3 ml-2">School Management</h5>
  12 + <img v-bind:src="computeLogo" height="40" width="150" class="imgLogo" alt="ana">
14 13 <v-toolbar-title class="ml-0 pl-3" >
15 14 </v-toolbar-title>
16 15 </v-toolbar>
... ... @@ -98,7 +97,7 @@ export default {
98 97 return true;
99 98 },
100 99 computeLogo () {
101   - return '/static/icon.jpeg';
  100 + return '/static/icon.png';
102 101 },
103 102  
104 103 sideToolbarColor () {
... ...
src/pages/Authentication/Login.vue
... ... @@ -2,8 +2,8 @@
2 2 <v-app id="login">
3 3 <v-toolbar class="fixcolors">
4 4 <v-toolbar-items>
5   - <img src="/static/icon.jpeg" height="36" alt="logo">
6   - <h3 class="white--text my-3 ml-5 logoSchool">School-Management</h3>
  5 + <img src="/static/icon.png" height="40" width="140" alt="logo">
  6 + <!-- <h3 class="white--text my-3 ml-5 logoSchool">School-Management</h3> -->
7 7 </v-toolbar-items>
8 8 </v-toolbar>
9 9 <v-content>
... ... @@ -42,6 +42,7 @@
42 42 :type="e1 ? 'password' : 'text'"
43 43 name="input-10-1"
44 44 label="Password"
  45 + @keyup.enter="login"
45 46 counter
46 47 ></v-text-field>
47 48 </v-form>
... ...
src/pages/Authentication/forgetpassword.vue
... ... @@ -2,8 +2,7 @@
2 2 <v-app id="login">
3 3 <v-toolbar class="fixcolors">
4 4 <v-toolbar-items>
5   - <img src="/static/icon.jpeg" height="36" alt="logo">
6   - <h3 class="white--text my-3 ml-5 logoSchool">School Management</h3>
  5 + <img src="/static/icon.png" height="40" width="140" alt="logo">
7 6 </v-toolbar-items>
8 7 </v-toolbar>
9 8 <v-container fluid>
... ...
static/icon.jpeg

8.25 KB