diff --git a/matrixgw_frontend/src/widgets/EmojiIcon.tsx b/matrixgw_frontend/src/widgets/EmojiIcon.tsx
index a51b780..cde45a0 100644
--- a/matrixgw_frontend/src/widgets/EmojiIcon.tsx
+++ b/matrixgw_frontend/src/widgets/EmojiIcon.tsx
@@ -19,6 +19,6 @@ function emojiUnicode(emoji: string): string {
export function EmojiIcon(p: { emojiKey: string }): React.ReactElement {
const unified = emojiUnicode(p.emojiKey);
return (
-
+
);
}
diff --git a/matrixgw_frontend/src/widgets/messages/RoomMessagesList.tsx b/matrixgw_frontend/src/widgets/messages/RoomMessagesList.tsx
index ca50878..295c57b 100644
--- a/matrixgw_frontend/src/widgets/messages/RoomMessagesList.tsx
+++ b/matrixgw_frontend/src/widgets/messages/RoomMessagesList.tsx
@@ -379,7 +379,7 @@ function RoomMessage(p: {
flexDirection: "row",
}}
>
-
+
@@ -407,7 +407,7 @@ function RoomMessage(p: {
{/* Pick reaction dialog */}