Skip to content

Commit 3a2ac37

Browse files
[website] Improve pricing page
1 parent 612db95 commit 3a2ac37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/components/pricing/PricingTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function PlanPrice(props: PlanPriceProps) {
107107
Billed annually at $180/dev.
108108
</Typography>
109109
<Typography variant="body2" color="text.secondary" sx={{ mb: 3 }}>
110-
Price capped at 10 developers.
110+
Licenses beyond 10 devs are at $0.
111111
</Typography>
112112
</div>
113113
);

docs/src/components/pricing/WhatToExpect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function WhatToExpect() {
6060
The licenses are sold on a per front-end developer basis. The Pro plan includes is
6161
capped at ten licenses; you do not need to pay for additional licenses for more than
6262
ten developers. You can contact <Link href="mailto:[email protected]">sales</Link> for a
63-
volume discount when licensing over 50 developers under the Premium plan.
63+
volume discount when licensing over 25 developers under the Premium plan.
6464
</Typography>
6565
</Paper>
6666
</Grid>

0 commit comments

Comments
 (0)