Skip to content

Commit

Permalink
[website] Clarify the pricing a bit (#33069)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 8, 2022
1 parent d783017 commit c1a671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/pricing/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function PlanPrice(props: PlanPriceProps) {
</Typography>
</Box>
<Typography variant="body2" color="text.secondary" sx={{ mt: 2 }}>
Billed annually at $180.
Billed annually at $180/dev.
</Typography>
<Typography variant="body2" color="text.secondary" sx={{ mb: 3 }}>
Price capped at 10 developers.
Expand Down Expand Up @@ -148,7 +148,7 @@ export function PlanPrice(props: PlanPriceProps) {
</Typography>
</Box>
<Typography variant="body2" color="text.secondary" sx={{ mt: 2 }}>
Billed annually at $444.
Billed annually at $444/dev.
</Typography>
<Link variant="body2" href="#early-bird" sx={{ mb: 2 }}>
* Early bird special.
Expand Down

0 comments on commit c1a671b

Please sign in to comment.