diff --git a/packages/shared-data/plans.ts b/packages/shared-data/plans.ts index 0124e3465e662..58c7bcf5f0c47 100644 --- a/packages/shared-data/plans.ts +++ b/packages/shared-data/plans.ts @@ -19,7 +19,7 @@ export const plans: PricingInformation[] = [ id: 'tier_free', name: 'Free', nameBadge: '', - costUnit: '/ month', + costUnit: '/ month / project', href: 'https://supabase.com/dashboard/new/new-project', priceLabel: '', priceMonthly: 0, @@ -47,7 +47,7 @@ export const plans: PricingInformation[] = [ id: 'tier_pro', name: 'Pro', nameBadge: '', - costUnit: '/ month', + costUnit: '/ month / project', href: 'https://supabase.com/dashboard/new/new-project', priceLabel: 'From', warning: 'Usage-based plan',