Use unicode heart instead of red heart
This commit is contained in:
parent
92917ac3e5
commit
6d48537d54
|
@ -3,7 +3,7 @@ import { Map as ImmutableMap } from 'immutable';
|
||||||
// https://emojipedia.org/facebook/
|
// https://emojipedia.org/facebook/
|
||||||
export const ALLOWED_EMOJI = [
|
export const ALLOWED_EMOJI = [
|
||||||
'👍',
|
'👍',
|
||||||
'❤️',
|
'❤',
|
||||||
'😂',
|
'😂',
|
||||||
'😯',
|
'😯',
|
||||||
'😢',
|
'😢',
|
||||||
|
|
Loading…
Reference in New Issue