summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/flash
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-30 09:07:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-30 09:07:15 +0900
commit7d842c1a95e28af445c30ca47fb96479b3301456 (patch)
tree920a77a730ed134cc0ee585cb812c77aa4894ead /packages/frontend/src/pages/flash
parentrefactor(frontend): refactor base styles (diff)
downloadmisskey-7d842c1a95e28af445c30ca47fb96479b3301456.tar.gz
misskey-7d842c1a95e28af445c30ca47fb96479b3301456.tar.bz2
misskey-7d842c1a95e28af445c30ca47fb96479b3301456.zip
fix(frontend): avoid naming confliction of MkAd
Diffstat (limited to 'packages/frontend/src/pages/flash')
-rw-r--r--packages/frontend/src/pages/flash/flash.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/flash/flash.vue b/packages/frontend/src/pages/flash/flash.vue
index 041633c2cf..2873822573 100644
--- a/packages/frontend/src/pages/flash/flash.vue
+++ b/packages/frontend/src/pages/flash/flash.vue
@@ -51,7 +51,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
<MkA v-if="$i && $i.id === flash.userId" :to="`/play/${flash.id}/edit`" style="color: var(--MI_THEME-accent);">{{ i18n.ts._play.editThisPage }}</MkA>
- <MkAd :prefer="['horizontal', 'horizontal-big']"/>
+ <MkAd :preferForms="['horizontal', 'horizontal-big']"/>
</div>
<MkError v-else-if="error" @retry="fetchFlash()"/>
<MkLoading v-else/>