Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Clarify the pricing a bit #33069

Merged
merged 1 commit into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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