Skip to content
Snippets Groups Projects
Commit 63f237d7 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch '848-change-emoji-reaction-defaults' into 'develop'

ReactButton: Change the combined emoji (heart) to a simple one.

Closes #848

See merge request !1131
parents 0bf2b372 ba4c189c
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1131ReactButton: Change the combined emoji (heart) to a simple one.
Pipeline #26837 passed
......@@ -24,7 +24,7 @@ const ReactButton = {
},
computed: {
commonEmojis () {
return ['❤️', '😠', '👀', '😂', '🔥']
return ['👍', '😠', '👀', '😂', '🔥']
},
emojis () {
if (this.filterWord !== '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment