Skip to content

Commit a916bdc

Browse files
committed
docs: update starter plan pricing in storage pricing calculator
1 parent db97f61 commit a916bdc

File tree

1 file changed

+1
-1
lines changed
  • src/components/StoragePricingCalculator

1 file changed

+1
-1
lines changed

src/components/StoragePricingCalculator/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import styles from './StoragePricingCalculator.module.css';
88
const pricingTiers = [
99
{
1010
name: 'Free/Starter',
11-
description: '$0/month & $39/month',
11+
description: '$0/month & $29/month',
1212
storageMultiplier: 1.0,
1313
readMultiplier: 1.0,
1414
writeMultiplier: 1.0,

0 commit comments

Comments
 (0)