Skip to content

Commit 6663e9a

Browse files
author
maddy
authored
Update getEmojiUrl.ts
1 parent 249671d commit 6663e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/markdown/emoji/getEmojiUrl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const EMOJI_CDN_BASE_URL = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"
1+
const EMOJI_CDN_BASE_URL =
2+
"https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"
23

34
export const getEmojiUrl = (emoji: string) => {
45
const file = [...emoji]

0 commit comments

Comments
 (0)