summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/chat
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/chat
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/chat')
-rw-r--r--packages/frontend/src/pages/chat/home.home.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/chat/home.home.vue b/packages/frontend/src/pages/chat/home.home.vue
index 007e9fc1f4..49857db9ab 100644
--- a/packages/frontend/src/pages/chat/home.home.vue
+++ b/packages/frontend/src/pages/chat/home.home.vue
@@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkInfo v-else>{{ i18n.ts._chat.chatNotAvailableForThisAccountOrServer }}</MkInfo>
- <MkAd :prefer="['horizontal', 'horizontal-big']"/>
+ <MkAd :preferForms="['horizontal', 'horizontal-big']"/>
<MkInput
v-model="searchQuery"