diff --git a/src/client/pages/clip.vue b/src/client/pages/clip.vue
index 050bd4c97980e88eb57f5111583459ac5a117cb4..8777975557dba038f6461e95674dbe035f0aa79c 100644
--- a/src/client/pages/clip.vue
+++ b/src/client/pages/clip.vue
@@ -41,7 +41,7 @@ export default defineComponent({
 				title: this.clip.name,
 				icon: 'fas fa-paperclip',
 				action: {
-					icon: 'fas fa-ellipsis'H,
+					icon: 'fas fa-ellipsis-h',
 					handler: this.menu
 				}
 			} : null),
diff --git a/src/client/pages/messaging/messaging-room.vue b/src/client/pages/messaging/messaging-room.vue
index 1b4921632245c73b82216d22a95170c4633d96ea..44bfd6c51dc7229867b180bd3c9e6e21238bc37b 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),
diff --git a/src/client/pages/settings/other.vue b/src/client/pages/settings/other.vue
index 7aa6b3772520dc47a99152ba97f7f40b62db41d5..f73ff9cb21d4b08e80bddcb079e0550d9317ce72 100644
--- a/src/client/pages/settings/other.vue
+++ b/src/client/pages/settings/other.vue
@@ -61,7 +61,7 @@ export default defineComponent({
 		return {
 			[symbols.PAGE_INFO]: {
 				title: this.$ts.other,
-				icon: 'fas fa-ellipsis'H
+				icon: 'fas fa-ellipsis-h'
 			},
 			debug,
 		}