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

View file

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