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 = () => {
315
315
< BoxPlanPrice plan = "Free" price = "$0" caption = "forever" />
316
316
317
317
< BoxPlanList >
318
- < li > 5 editors</ li >
318
+ < li > Up to 5 editors</ li >
319
319
< li > 20 public sandboxes</ li >
320
320
< li > 3 public repositories</ li >
321
321
< li > All platform features</ li >
@@ -355,7 +355,7 @@ const TeamPro = ({ plan, ...props }) => {
355
355
/>
356
356
357
357
< BoxPlanList >
358
- < li > 20 editors</ li >
358
+ < li > Up to 20 editors</ li >
359
359
< li > Unlimited sandboxes</ li >
360
360
< li > Unlimited repositories</ li >
361
361
< li > Private NPM packages</ li >
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ const team_plans = [
11
11
body : [
12
12
{
13
13
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' ,
17
17
org_custom : '20+ (no limit)' ,
18
18
} ,
19
19
{
You can’t perform that action at this time.
0 commit comments