mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
Fixes
This commit is contained in:
parent
63656f1018
commit
62874ca9c9
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ export default definePlugin({
|
|||
]
|
||||
},
|
||||
{
|
||||
find: /pendingBanner:\i,overrideBannerWidth:/,
|
||||
find: /profileType:\i,pendingBanner:/,
|
||||
replacement: [
|
||||
{
|
||||
match: /(\i)\.premiumType/,
|
||||
|
|
|
@ -192,7 +192,7 @@ export default definePlugin({
|
|||
}
|
||||
})),
|
||||
// Banners
|
||||
...[".NITRO_BANNER,", /overrideBannerSrc:\i,overrideBannerWidth:/, /pendingBanner:\i,overrideBannerWidth:/].map(find => ({
|
||||
...[".NITRO_BANNER,", /overrideBannerSrc:\i,overrideBannerWidth:/, /profileType:\i,pendingBanner:/].map(find => ({
|
||||
find,
|
||||
replacement: {
|
||||
// style: { backgroundImage: shouldShowBanner ? "url(".concat(bannerUrl,
|
||||
|
|
Loading…
Add table
Reference in a new issue