Skip to content

Commit

Permalink
Update getEmojiUrl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
maddy authored Apr 7, 2024
1 parent 249671d commit 6663e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/markdown/emoji/getEmojiUrl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const EMOJI_CDN_BASE_URL = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"
const EMOJI_CDN_BASE_URL =
"https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"

export const getEmojiUrl = (emoji: string) => {
const file = [...emoji]
Expand Down

0 comments on commit 6663e9a

Please sign in to comment.