We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0584ba commit 27f7666Copy full SHA for 27f7666
src/emoji/codePointMap.js
@@ -20,7 +20,7 @@ export const override: {| [code: string]: string |} = {
20
21
// Fix the "letter" emoji. The codes in Zulip's emoji database would give
22
// these a text-style rather than emoji-style presentation; that's subtler
23
- // than we want, plus when not in Dark theme it's actually invisible.
+ // than we want, plus when not in dark theme it's actually invisible.
24
'1f170': '1f170-fe0f', // :a:
25
'1f171': '1f171-fe0f', // :b:
26
'1f17e': '1f17e-fe0f', // :o:
0 commit comments