UpgradeExistingOrganizationCallout() — supabase Function Reference
Architecture documentation for the UpgradeExistingOrganizationCallout() function in UpgradeExistingOrganizationCallout.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Organization/NewOrg/UpgradeExistingOrganizationCallout.tsx lines 6–30
export const UpgradeExistingOrganizationCallout = () => {
return (
<Panel.Content>
<Admonition
type="default"
title="Looking to upgrade an existing project?"
description={
<div>
<p className="text-sm text-foreground-light">
Supabase{' '}
<InlineLink href={`${DOCS_URL}/guides/platform/billing-on-supabase`}>
bills per organization
</InlineLink>
. If you want to upgrade your existing projects,{' '}
<InlineLink href="/org/_/billing?panel=subscriptionPlan">
upgrade your existing organization
</InlineLink>{' '}
instead.
</p>
</div>
}
/>
</Panel.Content>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free