fix: motd on mobile
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
kolaente 2021-12-12 20:27:26 +01:00 committed by Dominik Pschenitschni
parent 3eb0d58f79
commit a4ec41e937
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -14,6 +14,9 @@
<div> <div>
<h2 class="title" v-if="title">{{ title }}</h2> <h2 class="title" v-if="title">{{ title }}</h2>
<api-config @foundApi="hasApiUrl = true"/> <api-config @foundApi="hasApiUrl = true"/>
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
{{ motd }}
</Message>
<slot/> <slot/>
</div> </div>
<legal/> <legal/>