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