mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
refactor: make the Komga logo clickable
This commit is contained in:
parent
ad2115244a
commit
cdfc068430
1 changed files with 2 additions and 4 deletions
|
|
@ -10,11 +10,9 @@
|
|||
</v-app-bar>
|
||||
|
||||
<v-navigation-drawer app v-model="drawerVisible">
|
||||
<v-list-item>
|
||||
<v-list-item :to="{name: 'home'}" exact exact-active-class="false">
|
||||
<v-list-item-avatar>
|
||||
<v-img src="../assets/logo.svg"
|
||||
@click="$router.push({name:'home'})"
|
||||
/>
|
||||
<v-img src="../assets/logo.svg"/>
|
||||
</v-list-item-avatar>
|
||||
|
||||
<v-list-item-content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue