mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
fix(dashboard): fix twemoji CDN
This commit is contained in:
parent
4d4852caf6
commit
bf3168460b
9 changed files with 20 additions and 20 deletions
|
|
@ -20,7 +20,7 @@
|
|||
} else htmlName = "";
|
||||
|
||||
$: if (settings && settings.appearance.twemoji) {
|
||||
if (nameElement) twemoji.parse(nameElement);
|
||||
if (nameElement) twemoji.parse(nameElement, { base: 'https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/' });
|
||||
}
|
||||
|
||||
$: icon_url = item.avatar_url ? item.avatar_url : item.icon ? item.icon : default_avatar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue