diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-31 16:40:44 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-31 16:40:44 +0900 |
| commit | 888e04ce82bbd92caebeeae76112731a4b7fb19a (patch) | |
| tree | fd3d8795015b9b4ceded13e1fc7b64e907957c3c /packages | |
| parent | Bump version to 2025.3.2-beta.19 (diff) | |
| download | sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.tar.gz sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.tar.bz2 sharkey-888e04ce82bbd92caebeeae76112731a4b7fb19a.zip | |
fix(frontend): tweak deck onboarding
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/ui/deck.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 05c815f28f..185af5e788 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -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> |