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:
Shpuld Shpludson 2020-06-05 15:36:15 +00:00
commit 63f237d736

View file

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