From 9f801ebb2d4c806d83f8fdea10a33f2c582e7756 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:13:25 -0500 Subject: [PATCH] Fix BannersEverywhere --- src/equicordplugins/bannersEverywhere/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/bannersEverywhere/index.tsx b/src/equicordplugins/bannersEverywhere/index.tsx index f74b0534..b9686a7a 100644 --- a/src/equicordplugins/bannersEverywhere/index.tsx +++ b/src/equicordplugins/bannersEverywhere/index.tsx @@ -52,7 +52,7 @@ export default definePlugin({ replacement: { // We cant access the user id here, so we take the banner property we set earlier - match: /wrappedLayout.{0,10}children:\[/, + match: /focusProps.\i\}=(\i).*?children:\[/, replace: "$&$1.banner," } }