From 6d48537d5420da571ef70820c22381775ed80765 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 20 May 2020 15:52:28 -0500 Subject: [PATCH] Use unicode heart instead of red heart --- app/gabsocial/utils/emoji_reacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gabsocial/utils/emoji_reacts.js b/app/gabsocial/utils/emoji_reacts.js index bb45da7d4..ae426dedc 100644 --- a/app/gabsocial/utils/emoji_reacts.js +++ b/app/gabsocial/utils/emoji_reacts.js @@ -3,7 +3,7 @@ import { Map as ImmutableMap } from 'immutable'; // https://emojipedia.org/facebook/ export const ALLOWED_EMOJI = [ '👍', - '❤️', + '❤', '😂', '😯', '😢',