Skip to content

Commit db8910b

Browse files
authored
feat(emoji): use svg icons also for "twitter" theme
1 parent 3e24a3d commit db8910b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/twitter/elements/emoji.variables

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/*--------------
66
Path
77
---------------*/
8-
@emojiPath: "https://twemoji.maxcdn.com/v/latest/72x72/";
9-
@emojiFileType: "png";
8+
@emojiPath: "https://twemoji.maxcdn.com/v/latest/svg/";
9+
@emojiFileType: "svg";
1010

1111
/*--------------
1212
Definition

0 commit comments

Comments
 (0)