Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 3147f42

Browse files
committed
[pricing] Clarify 'Parallel Workspaces'
1 parent 2f609b3 commit 3147f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pricing/PricingBoxes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const plans: PricingBoxProps[] = [
7878
img: <object role="presentation" tabIndex={-1} data={LightBulb} />,
7979
price: <>{isEurope() ? '€8' : '$9'}<span> / month</span></>,
8080
duration: '100 hours / month',
81-
features: ['Private & Public Repos', <span className="span">4 Parallel Workspaces <PopOver description="The number of workspaces running at the same time." /></span>, <span className="span">30min Timeout <PopOver description="Workspaces without user activity are stopped after 30 minutes." /></span>],
81+
features: ['Private & Public Repos', <span className="span">4 Parallel Workspaces <PopOver description="The number of workspaces a user can run at the same time." /></span>, <span className="span">30min Timeout <PopOver description="Workspaces without user activity are stopped after 30 minutes." /></span>],
8282
btnText: 'Buy Now',
8383
link: 'https://gitpod.io/subscription/'
8484
},
@@ -87,7 +87,7 @@ const plans: PricingBoxProps[] = [
8787
img: <img alt='Rocket' src={Rocket} />,
8888
price: <>{isEurope() ? '€23' : '$25'}<span> / month</span></>,
8989
duration: 'Unlimited hours',
90-
features: ['Private & Public Repos', <span className="span">8 Parallel Workspaces <PopOver description="The number of workspaces running at the same time." /></span>, <span className="span">30min Timeout <PopOver description="Workspaces without user activity are stopped after 30 minutes." /></span>],
90+
features: ['Private & Public Repos', <span className="span">8 Parallel Workspaces <PopOver description="The number of workspaces a user can run at the same time." /></span>, <span className="span">30min Timeout <PopOver description="Workspaces without user activity are stopped after 30 minutes." /></span>],
9191
btnText: 'Buy Now',
9292
btnBackground: true,
9393
link: 'https://gitpod.io/subscription/',

0 commit comments

Comments
 (0)