Skip to content

Commit 69a1969

Browse files
rrwang7Convex, Inc.
authored andcommitted
update dashboard to show new deployment limits instead of project limits (#43203)
GitOrigin-RevId: 903e97b7fb2c54d9656f896232382c0e343cfdb6
1 parent 24f6540 commit 69a1969

File tree

1 file changed

+2
-2
lines changed
  • npm-packages/dashboard/src/components/billing/planCards

1 file changed

+2
-2
lines changed

npm-packages/dashboard/src/components/billing/planCards/PlanCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function PlanCard({
3636
<ul className="ml-4 list-disc">
3737
<li>For hobbyists and prototypes</li>
3838
<li>Up to 6 team members</li>
39-
<li>Up to 20 projects</li>
39+
<li>Up to 40 deployments</li>
4040
<li>Projects are disabled after exceeding monthly usage limit</li>
4141
<li>Community-driven support on Discord</li>
4242
</ul>
@@ -55,7 +55,7 @@ export function PlanCard({
5555
{plan.planType === "CONVEX_PROFESSIONAL" && (
5656
<ul className="ml-4 list-disc">
5757
<li>Everything in Starter</li>
58-
<li>Unlimited projects</li>
58+
<li>120 deployments</li>
5959
<li>Higher included usage limits</li>
6060
<li className="font-semibold">
6161
Usage-based pricing applies for usage above included limits

0 commit comments

Comments
 (0)