Skip to content

Commit

Permalink
Merge pull request supabase#15144 from supabase/chore/copy-pro-plan
Browse files Browse the repository at this point in the history
chore: clarify copy around Pro plan being per project
  • Loading branch information
kevcodez authored Jun 17, 2023
2 parents 67a81dd + 887d09c commit 114fd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared-data/plans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 114fd72

Please sign in to comment.