mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-03 11:58:28 +01:00
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…
Add table
Reference in a new issue