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

This commit is contained in:
lain 2020-06-05 17:26:13 +02:00
parent 585bb5727a
commit ba4c189c53
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const ReactButton = {
},
computed: {
commonEmojis () {
return ['❤️', '😠', '👀', '😂', '🔥']
return ['👍', '😠', '👀', '😂', '🔥']
},
emojis () {
if (this.filterWord !== '') {