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

View file

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