From 887d09cb4ce6d7af7223ec856c25936c98577efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Gr=C3=BCneberg?= Date: Sat, 17 Jun 2023 18:10:26 +0200 Subject: [PATCH] chore: clarify copy around Pro plan being per project --- packages/shared-data/plans.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',