import { Admonition } from 'ui-patterns' import { InlineLink } from '@/components/ui/InlineLink' import Panel from '@/components/ui/Panel' import { DOCS_URL } from '@/lib/constants' export const UpgradeExistingOrganizationCallout = () => { return (

Briven{' '} bills per organization . If you want to upgrade your existing projects,{' '} upgrade your existing organization {' '} instead.

} />
) }