From 0a67c5d657cb0d87e165297df5fa4a2c2028d1de Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 11 May 2022 01:54:54 +0530 Subject: [PATCH] Use correct Emojis for arrows --- src/icons-emoji.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/icons-emoji.h b/src/icons-emoji.h index 2bd6b599..8146ca96 100644 --- a/src/icons-emoji.h +++ b/src/icons-emoji.h @@ -7,9 +7,9 @@ // Note: As some emoji are stored as two characters, all of these strings must // be of width 2. Therefore, right pad single-width emoji with a space. -#define MD_ARROW_UPWARD "⬆️" -#define MD_ARROW_FORWARD "➡️" -#define MD_ARROW_DOWNWARD "⬇️" +#define MD_ARROW_UPWARD "⬆" +#define MD_ARROW_FORWARD "➡" +#define MD_ARROW_DOWNWARD "⬇" #define EMOJI_ARCHIVE "📦" #define EMOJI_AUDIO "🎵"