diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 09:07:15 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-30 09:07:15 +0900 |
| commit | 7d842c1a95e28af445c30ca47fb96479b3301456 (patch) | |
| tree | 920a77a730ed134cc0ee585cb812c77aa4894ead /packages/frontend/src/pages/flash | |
| parent | refactor(frontend): refactor base styles (diff) | |
| download | misskey-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.vue | 2 |
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/> |