Skip to content

Commit 30fcd50

Browse files
committed
change description and title
1 parent 9d8ebeb commit 30fcd50

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/components/StoragePricingCalculator/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ const StoragePricingCalculator = () => {
9292
return (
9393
<div className={clsx(styles.calculator, isDarkTheme && styles.dark)}>
9494
<div className={styles.header}>
95-
<h3>Storage Pricing Calculator</h3>
96-
<p>Calculate estimated costs for your storage usage</p>
95+
<h3>Storage Pricing</h3>
96+
<p>Estimate costs for your storage usage</p>
9797
</div>
9898

9999
<Admonition type="warning" title="This is an estimate">

0 commit comments

Comments
 (0)