Skip to content

Commit

Permalink
fix: instance specs (supabase#28009)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez authored Jul 16, 2024
1 parent 3c53af4 commit a350dae
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 @@ -32,7 +32,7 @@ export const plans: PricingInformation[] = [
features: [
'Unlimited API requests',
'50,000 monthly active users',
['500 MB database space', '2 Core shared CPU • 1 GB RAM'],
['500 MB database space', 'Shared CPU • 500 MB RAM'],
'5 GB bandwidth',
'1 GB file storage',
'Community support',
Expand All @@ -43,7 +43,7 @@ export const plans: PricingInformation[] = [
features: [
'Unlimited API requests',
'50,000 monthly active users',
['500 MB database space', '2 Core shared CPU • 1 GB RAM'],
['500 MB database space', 'Shared CPU • 500 MB RAM'],
'5 GB bandwidth',
'Community support',
],
Expand Down

0 comments on commit a350dae

Please sign in to comment.