forked from AkkomaGang/akkoma-fe
ReactButton: Change the combined emoji (heart) to a simple one.
This commit is contained in:
parent
585bb5727a
commit
ba4c189c53
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const ReactButton = {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
commonEmojis () {
|
commonEmojis () {
|
||||||
return ['❤️', '😠', '👀', '😂', '🔥']
|
return ['👍', '😠', '👀', '😂', '🔥']
|
||||||
},
|
},
|
||||||
emojis () {
|
emojis () {
|
||||||
if (this.filterWord !== '') {
|
if (this.filterWord !== '') {
|
||||||
|
|
Loading…
Reference in a new issue