File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/homepage/src/pages/pricing Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ const TeamFree = () => {
315315 < BoxPlanPrice plan = "Free" price = "$0" caption = "forever" />
316316
317317 < BoxPlanList >
318- < li > 5 editors</ li >
318+ < li > Up to 5 editors</ li >
319319 < li > 20 public sandboxes</ li >
320320 < li > 3 public repositories</ li >
321321 < li > All platform features</ li >
@@ -355,7 +355,7 @@ const TeamPro = ({ plan, ...props }) => {
355355 />
356356
357357 < BoxPlanList >
358- < li > 20 editors</ li >
358+ < li > Up to 20 editors</ li >
359359 < li > Unlimited sandboxes</ li >
360360 < li > Unlimited repositories</ li >
361361 < li > Private NPM packages</ li >
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ const team_plans = [
1111 body : [
1212 {
1313 title : 'Editors' ,
14- caption : 'Maximum number of editors in a team.' ,
15- team_free : '5' ,
16- team_pro : '20' ,
14+ caption : 'Number of editors in a team.' ,
15+ team_free : 'Up to 5' ,
16+ team_pro : 'Up to 20' ,
1717 org_custom : '20+ (no limit)' ,
1818 } ,
1919 {
You can’t perform that action at this time.
0 commit comments