diff --git a/apps/studio/components/layouts/InterstitialLayout.tsx b/apps/studio/components/layouts/InterstitialLayout.tsx
index ba7981cca87..7259e6ca7d3 100644
--- a/apps/studio/components/layouts/InterstitialLayout.tsx
+++ b/apps/studio/components/layouts/InterstitialLayout.tsx
@@ -103,15 +103,30 @@ export const SupabaseLogo = () => (
)
+export const PartnerLogo = ({ src, alt }: { src: string; alt: string }) => (
+
+
{loadingText}
- > - ) : isConfirmed ? ( - <> -- {successDescription && `${successDescription} `} - You can close this window. -
- > - ) : isPending ? ( -- Stripe Projects wants to connect to the Supabase account for{' '} - {accountRequest?.email}. - {emailMatches && !linkedOrg && ( - <> This will create a new Supabase organization linked to Stripe.> - )} -
- {!emailMatches ? ( - <> -- You're signed in as a different account. Sign out and sign back in as{' '} - {accountRequest?.email}. Then - return to Stripe to restart the request. -
-- {linkedOrg.name} is already linked - to Stripe. Authorize Stripe Projects to continue. -
-{error?.message}
-+ You can now close this tab. +
+