Show logo/sitename in the side drawer only if logged out

This commit is contained in:
taehoon 2019-02-03 20:05:07 -05:00
parent 537631002b
commit 4528a4cbfa
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
@touchmove="touchMove"
>
<div class="side-drawer-heading" @click="toggleDrawer">
<div class="side-drawer__logo-wrapper">
<div class="side-drawer__logo-wrapper" v-if="!currentUser">
<img :src="logo"/>
<span>{{sitename}}</span>
</div>
@ -175,7 +175,6 @@
flex-direction: column;
align-items: stretch;
display: flex;
min-height: 7em;
padding: 0;
margin: 0;