From baf29084c1031a01a2534f3ad4c72131a9a4497f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 3 Dec 2023 16:11:51 -0800 Subject: [PATCH] fix: use correct "red heart" in default favorites (#385) --- src/picker/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/picker/constants.js b/src/picker/constants.js index ba1af5d..91838ef 100644 --- a/src/picker/constants.js +++ b/src/picker/constants.js @@ -9,7 +9,7 @@ export const DEFAULT_NUM_COLUMNS = 8 export const MOST_COMMONLY_USED_EMOJI = [ '😊', '😒', - '♥️', + '❤️', '👍️', '😍', '😂',