mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
Fix canary
This commit is contained in:
parent
b8ed72286b
commit
8113ed3c8c
12 changed files with 21 additions and 21 deletions
|
@ -63,7 +63,7 @@ export default new class ViewIcons implements PluginDef {
|
|||
replace: (_, src) => `{src:${src},onClick:()=>${OPEN_URL}${src}),avatarDecoration`
|
||||
}
|
||||
}, {
|
||||
find: "().popoutNoBannerPremium",
|
||||
find: ".popoutNoBannerPremium",
|
||||
replacement: {
|
||||
match: /style:.{0,10}\{\},(.{1,2})\)/,
|
||||
replace: (m, style) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue