Skip to content
Snippets Groups Projects
Commit 4528a4cb authored by Tae Hoon's avatar Tae Hoon
Browse files

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

parent 53763100
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment