Skip to content

Commit 4211cae

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Update copy about team member limits (#39672)
GitOrigin-RevId: 85e4369fec1b00650827ccd22bc4637e83fd70b3
1 parent 5cc4a3a commit 4211cae

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

npm-packages/dashboard/src/components/billing/PlanSummary.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Primary: Story = {
3131
teamMaxActionCompute: 20,
3232
teamMaxVectorBandwidth: 512 * 1024 * 1024,
3333
teamMaxVectorStorage: 256 * 1024 * 1024,
34-
maxTeamMembers: 20,
34+
maxTeamMembers: 50000,
3535
logStreamingEnabled: true,
3636
auditLogsEnabled: true,
3737
customDomainsEnabled: true,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export function PlanCard({
5555
{plan.planType === "CONVEX_PROFESSIONAL" && (
5656
<ul className="ml-4 list-disc">
5757
<li>Everything in Starter</li>
58-
<li>Up to 20 team members</li>
5958
<li>Unlimited projects</li>
6059
<li>Higher included usage limits</li>
6160
<li className="font-semibold">

npm-packages/docs/docs/production/state/limits.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Limits are applied per team unless stated otherwise.
1414

1515
## Team
1616

17-
| | Free/Starter | Professional |
18-
| ---------- | ------------ | ----------------------------- |
19-
| Developers | 1-6 | 1-20<br/>$25/member per month |
20-
| Projects | 20 | 100 |
17+
| | Free/Starter | Professional |
18+
| ---------- | ------------ | ------------------------ |
19+
| Developers | 1-6 | 25$ per member per month |
20+
| Projects | 20 | 100 |
2121

2222
## Database
2323

0 commit comments

Comments
 (0)