Use correct Emojis for arrows

This commit is contained in:
Arun Prakash Jana 2022-05-11 01:54:54 +05:30
parent af94c7704f
commit 0a67c5d657
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 3 deletions

View File

@ -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 "🎵"