mirror of
https://github.com/supabase/supabase.git
synced 2026-06-02 19:02:06 +08:00
chore: clarify custom domain / PITR pricing (#34941)
Customers sometimes upgrade without knowing custom domains cost extra.
This commit is contained in:
@@ -68,8 +68,8 @@ const CustomDomainConfig = () => {
|
||||
customDomainsDisabledDueToQuota
|
||||
? 'We are working with our upstream DNS provider before we are able to sign up new custom domains. Please check back in a few hours.'
|
||||
: plan === 'free'
|
||||
? 'To configure a custom domain for your project, please upgrade to the Pro Plan with the custom domains add-on selected'
|
||||
: 'To configure a custom domain for your project, please enable the add-on'
|
||||
? 'Paid Plans come with free vanity subdomains or Custom Domains for an additional $10/month per domain.'
|
||||
: 'To configure a custom domain for your project, please enable the add-on. Each Custom Domains costs $10 per month.'
|
||||
}
|
||||
addon="customDomain"
|
||||
source="customDomain"
|
||||
|
||||
@@ -93,7 +93,7 @@ const PITR = () => {
|
||||
primaryText="Point in Time Recovery is a Pro Plan add-on."
|
||||
secondaryText={
|
||||
plan === 'free'
|
||||
? 'With PITR, you can roll back to a specific time (to the second!). PITR starts from $100/mo and is available for Pro Plan customers. Note that the Pro Plan already includes daily backups for no extra charge — PITR is an optional upgrade.'
|
||||
? 'With PITR, you can roll back to a specific time (to the second!). PITR starts from $100/mo and is available for Pro Plan customers. Note that the Pro Plan already includes daily backups for no extra charge — PITR is an optional upgrade that starts at $100/month.'
|
||||
: 'Please enable the add-on to enable point in time recovery for your project.'
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user