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: {
|
||||
commonEmojis () {
|
||||
return ['❤️', '😠', '👀', '😂', '🔥']
|
||||
return ['👍', '😠', '👀', '😂', '🔥']
|
||||
},
|
||||
emojis () {
|
||||
if (this.filterWord !== '') {
|
||||
|
|
Loading…
Reference in a new issue