summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-31 16:40:44 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-31 16:40:44 +0900
commit888e04ce82bbd92caebeeae76112731a4b7fb19a (patch)
treefd3d8795015b9b4ceded13e1fc7b64e907957c3c /packages
parentBump version to 2025.3.2-beta.19 (diff)
downloadsharkey-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.vue1
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>