UX: Make nav logo clickable if user is authenticated #98
This commit is contained in:
parent
5b7f49965e
commit
0059f429ed
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<template v-if="visible && $vuetify.breakpoint.smAndDown">
|
||||
<v-toolbar dark fixed flat scroll-off-screen dense color="navigation darken-1" class="nav-small"
|
||||
@click.stop="showNavigation()">
|
||||
<v-avatar tile :size="28">
|
||||
<v-avatar tile :size="28" :class="{'clickable': auth}">
|
||||
<img :src="$config.appIcon()" :alt="config.name">
|
||||
</v-avatar>
|
||||
<v-toolbar-title class="nav-title">
|
||||
|
|
Loading…
Reference in a new issue