diff options
| author | lain <lain@soykaf.club> | 2020-06-05 17:26:13 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-05 17:26:13 +0200 |
| commit | ba4c189c53fd6450de7247e55203f18ae65c48e8 (patch) | |
| tree | 51f8a6d9a89f08cd2f3d90d0386397eb86b86195 /src/components/react_button/react_button.js | |
| parent | 585bb5727a47ccea1257cb41ca5234342d630bcb (diff) | |
ReactButton: Change the combined emoji (heart) to a simple one.
Diffstat (limited to 'src/components/react_button/react_button.js')
| -rw-r--r-- | src/components/react_button/react_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/react_button/react_button.js b/src/components/react_button/react_button.js index abc3bf07..f0931446 100644 --- a/src/components/react_button/react_button.js +++ b/src/components/react_button/react_button.js @@ -24,7 +24,7 @@ const ReactButton = { }, computed: { commonEmojis () { - return ['❤️', '😠', '👀', '😂', '🔥'] + return ['👍', '😠', '👀', '😂', '🔥'] }, emojis () { if (this.filterWord !== '') { |
