Frontend: Show sidebar nav when clicking on logo in app toolbar

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-09-07 13:02:37 +02:00
parent 279513c193
commit 820a0f6b87

View File

@ -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>