Skip to content

Commit edd30d5

Browse files
SaraVieiraCompuIves
authored andcommitted
add private gh to patron features (codesandbox#1418)
* add privte gh to patron features * add server limits
1 parent 450afd6 commit edd30d5

File tree

1 file changed

+6
-0
lines changed
  • packages/app/src/app/pages/Patron/PricingModal/PricingInfo

1 file changed

+6
-0
lines changed

packages/app/src/app/pages/Patron/PricingModal/PricingInfo/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ function PricingInfo() {
2525
/>
2626
<Feature feature="Private Sandboxes" free="No" supporter="Yes" />
2727
<Feature feature="Sandbox Limit" free="50" supporter="Unlimited" />
28+
<Feature feature="Server Sandbox Limit" free="5" supporter="20" />
2829
<Feature
2930
feature="Static File Hosting"
3031
free="20Mb"
3132
supporter="500Mb"
3233
/>
34+
<Feature
35+
feature="GitHub Private Repositories"
36+
free="No"
37+
supporter="Yes"
38+
/>
3339
</tbody>
3440
</table>
3541
</Container>

0 commit comments

Comments
 (0)