Frontend: Show sidebar nav when clicking on logo in app toolbar
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
279513c193
commit
820a0f6b87
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
tile
|
||||
:size="40"
|
||||
class="clickable"
|
||||
@click.stop="goHome"
|
||||
@click.stop="showNavigation()"
|
||||
>
|
||||
<img src="/static/img/logo-avatar.svg" alt="Logo">
|
||||
</v-avatar>
|
||||
|
|
Loading…
Reference in a new issue