Skip to content

Commit

Permalink
Merge pull request #78 from ManYouTroll/patch-1
Browse files Browse the repository at this point in the history
Emoji cdn update
  • Loading branch information
maddy authored Apr 7, 2024
2 parents bf52b4d + 849c104 commit 249671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/markdown/emoji/getEmojiUrl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const EMOJI_CDN_BASE_URL = "https://twemoji.maxcdn.com/v/13.0.1/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 249671d

Please sign in to comment.