summaryrefslogtreecommitdiff
path: root/src/client/pages/messaging
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-21 03:32:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-21 03:32:16 +0900
commit83a53c100855bc7810ef84fc3983c40ef67b0be0 (patch)
tree34744d7b988e5cb73028d5ffdbe532c132e82666 /src/client/pages/messaging
parentnodejs v16で動くように (diff)
downloadmisskey-83a53c100855bc7810ef84fc3983c40ef67b0be0.tar.gz
misskey-83a53c100855bc7810ef84fc3983c40ef67b0be0.tar.bz2
misskey-83a53c100855bc7810ef84fc3983c40ef67b0be0.zip
fix bug
Diffstat (limited to 'src/client/pages/messaging')
-rw-r--r--src/client/pages/messaging/messaging-room.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/pages/messaging/messaging-room.vue b/src/client/pages/messaging/messaging-room.vue
index 1b49216322..44bfd6c51d 100644
--- a/src/client/pages/messaging/messaging-room.vue
+++ b/src/client/pages/messaging/messaging-room.vue
@@ -73,14 +73,14 @@ const Component = defineComponent({
userName: this.user,
avatar: this.user,
action: {
- icon: 'fas fa-ellipsis'H,
+ icon: 'fas fa-ellipsis-h',
handler: this.menu,
},
} : {
title: this.group.name,
icon: 'fas fa-users',
action: {
- icon: 'fas fa-ellipsis'H,
+ icon: 'fas fa-ellipsis-h',
handler: this.menu,
},
} : null),