Skip to content

Commit

Permalink
plans
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm committed Dec 12, 2024
1 parent 317b9bb commit b4fa987
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/app/src/app/components/WorkspaceSetup/steps/Plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,12 @@ const FeaturesComparison: React.FC<{ plans: PricingPlanFeatures[] }> = ({
plans={plans}
property="devboxes"
/>
<FeatureComparisonBooleanRow
title="CodeSandbox SDK"
description="Programmatically create and manage Devboxes at scale."
plans={plans}
property="sdk"
/>
<FeatureComparisonNumbersRow
title="Concurrent Devboxes"
description="The maximum number of concurrently running Devboxes for CodeSandbox SDK."
Expand All @@ -758,12 +764,6 @@ const FeaturesComparison: React.FC<{ plans: PricingPlanFeatures[] }> = ({
plans={plans}
property="vmType"
/>
<FeatureComparisonBooleanRow
title="CodeSandbox SDK"
description="Programmatically create and manage Devboxes at scale."
plans={plans}
property="sdk"
/>
<FeatureComparisonBooleanRow
title="Private projects"
description="Restrict access to your Sandboxes, Devboxes or repositories."
Expand Down

0 comments on commit b4fa987

Please sign in to comment.