forked from AkkomaGang/akkoma-fe
Merge branch '848-change-emoji-reaction-defaults' into 'develop'
ReactButton: Change the combined emoji (heart) to a simple one. Closes #848 See merge request pleroma/pleroma-fe!1131
This commit is contained in:
commit
63f237d736
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