fix: motd on mobile
This commit is contained in:
parent
3eb0d58f79
commit
a4ec41e937
1 changed files with 3 additions and 0 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue