Skip to content

Commit 27f7666

Browse files
committed
nit: fixed capitalization of dark theme
1 parent a0584ba commit 27f7666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emoji/codePointMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const override: {| [code: string]: string |} = {
2020

2121
// Fix the "letter" emoji. The codes in Zulip's emoji database would give
2222
// 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.
23+
// than we want, plus when not in dark theme it's actually invisible.
2424
'1f170': '1f170-fe0f', // :a:
2525
'1f171': '1f171-fe0f', // :b:
2626
'1f17e': '1f17e-fe0f', // :o:

0 commit comments

Comments
 (0)