We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437ac1e commit 25dafa1Copy full SHA for 25dafa1
PinkSea.Frontend/src/layouts/PanelLayout.vue
@@ -115,7 +115,9 @@ const switchMenu = () => {
115
<li v-on:click.prevent="navigateTo('/settings')">{{ $t("menu.settings") }}</li>
116
<li v-on:click.prevent="logout" v-if="persistedStore.token !== null">{{ $t("menu.logout") }}</li>
117
</ul>
118
- <button v-on:click.prevent="openPainter" v-if="persistedStore.token !== null">{{ $t("menu.create_something") }}</button>
+ <div>
119
+ <button v-on:click.prevent="openPainter" v-if="persistedStore.token !== null">{{ $t("menu.create_something") }}</button>
120
+ </div>
121
</div>
122
<div class="aside-box bottom">
123
{{ $t("sidebar.shinolabs") }}
0 commit comments