diff --git a/src/chatbar/EmojiPicker.qml b/src/chatbar/EmojiPicker.qml index 899674e41..3c89bf941 100644 --- a/src/chatbar/EmojiPicker.qml +++ b/src/chatbar/EmojiPicker.qml @@ -148,7 +148,7 @@ ColumnLayout { id: quickReactions Layout.fillWidth: true - model: ["👍", "👎", "😄", "🎉", "😕", "❤", "🚀", "👀"] + model: ["👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀"] delegate: EmojiDelegate { required property string modelData