We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3817e5 commit df41d65Copy full SHA for df41d65
komga-webui/src/views/Home.vue
@@ -12,7 +12,9 @@
12
<v-navigation-drawer app v-model="drawerVisible">
13
<v-list-item>
14
<v-list-item-avatar>
15
- <v-img src="../assets/logo.svg"/>
+ <v-img src="../assets/logo.svg"
16
+ @click="$router.push({name:'home'})"
17
+ />
18
</v-list-item-avatar>
19
20
<v-list-item-content>
@@ -22,7 +24,7 @@
22
24
</v-list-item-content>
23
25
</v-list-item>
26
- <v-divider/>
27
+ <v-divider class="mt-2"/>
28
29
<v-list>
30
<v-list-item :to="{name: 'home'}" exact>
0 commit comments