Update BadgesEverywhere.plugin.js
This commit is contained in:
parent
073c22c7e1
commit
e1928ec6cd
|
@ -19,8 +19,6 @@ class BadgesEverywhere {
|
|||
"MessageUsername":"componentDidMount",
|
||||
"StandardSidebarView":"componentWillUnmount"
|
||||
};
|
||||
|
||||
this.chatBoostBadge = `<svg name="PremiumGuildSubscriberBadge" class="BE-badge BE-badge-GuildSubscriptionChat ${BDFDB.disCNS.memberpremiumicon + BDFDB.disCN.membericon}" aria-hidden="false" width="24" height="24" viewBox="0 0 8 12"><path d="M4 0L0 4V8L4 12L8 8V4L4 0ZM7 7.59L4 10.59L1 7.59V4.41L4 1.41L7 4.41V7.59Z" fill="currentColor"></path><path d="M2 4.83V7.17L4 9.17L6 7.17V4.83L4 2.83L2 4.83Z" fill="currentColor"></path></svg>`;
|
||||
|
||||
this.css = `
|
||||
.BE-badge {
|
||||
|
|
Loading…
Reference in New Issue