Skip to content
Snippets Groups Projects
Commit ba4c189c authored by lain's avatar lain
Browse files

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

parent 585bb572
No related branches found
No related tags found
No related merge requests found
......@@ -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