fix(frontend): tweak deck onboarding
This commit is contained in:
parent
3a028abea5
commit
888e04ce82
3 changed files with 2 additions and 3 deletions
|
|
@ -35,7 +35,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</section>
|
||||
<div v-if="layout.length === 0" class="_panel" :class="$style.onboarding">
|
||||
<div>{{ i18n.ts._deck.introduction }}</div>
|
||||
<MkButton primary style="margin: 1em auto;" @click="addColumn">{{ i18n.ts._deck.addColumn }}</MkButton>
|
||||
<div>{{ i18n.ts._deck.introduction2 }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue