Skip to content

Commit 0ac5353

Browse files
authored
fix(emoji,flag): changing from maxcdn to jsdelivr cdn path
1 parent 462bc39 commit 0ac5353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/themes/default/elements/emoji.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* --------------
1111
Path
1212
--------------- */
13-
@emojiPath: "https://twemoji.maxcdn.com/v/latest/svg/";
13+
@emojiPath: "https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/";
1414
@emojiFileType: "svg";
1515

1616
/* --------------

src/themes/default/elements/flag.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* --------------
66
Path
77
--------------- */
8-
@flagPath: "https://twemoji.maxcdn.com/v/latest/svg/";
8+
@flagPath: "https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/";
99
@flagFileType: "svg";
1010

1111
/* -------------------

src/themes/twitter/elements/emoji.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* --------------
66
Path
77
--------------- */
8-
@emojiPath: "https://twemoji.maxcdn.com/v/latest/svg/";
8+
@emojiPath: "https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/";
99
@emojiFileType: "svg";
1010

1111
/* --------------

0 commit comments

Comments
 (0)