File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
dashboard/src/components/billing
docs/docs/production/state Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments