fix: motd on mobile
continuous-integration/drone/pr Build is failing Details

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
1 changed files with 3 additions and 0 deletions

View File

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