diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-21 03:32:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-21 03:32:16 +0900 |
| commit | 83a53c100855bc7810ef84fc3983c40ef67b0be0 (patch) | |
| tree | 34744d7b988e5cb73028d5ffdbe532c132e82666 /src/client/pages/messaging | |
| parent | nodejs v16で動くように (diff) | |
| download | misskey-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.vue | 4 |
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), |