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

Commit 8e451fd

Browse files
committed
Minor adjustments
1 parent 67bdb45 commit 8e451fd

File tree

4 files changed

+7
-88
lines changed

4 files changed

+7
-88
lines changed

src/components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ class Nav extends React.Component {
268268

269269
<ul className={`nav__items ${isNavRendered ? 'navIsRendered' : 'navIsNotRendered'}`} >
270270
<li className="nav__item"><Link activeClassName="active" to='/features/' className="link">Features</Link></li>
271-
<li className="nav__item"><Link activeClassName="active" to='/pricing/' className="link">Pricing</Link></li>
272271
<li className="nav__item"><Link activeClassName="active" to='/self-hosted/' className="link">Self-Hosted</Link></li>
272+
<li className="nav__item"><Link activeClassName="active" to='/pricing/' className="link">Pricing</Link></li>
273273
<li className="nav__item">
274274
<DropDown
275275
title="Resources"

src/components/Testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const Testimonials: React.SFC<{}> = () => (
7777
<StyledTestimonials className="grey-container">
7878
<section className="testimonials">
7979
<div className="row">
80-
<h2>Trusted by more than 100K Developer</h2>
80+
<h2>Trusted by 150,000+ Developers</h2>
8181
</div>
8282
<div className="tweets">
8383
{

src/components/pricing/PricingBoxes.tsx

Lines changed: 5 additions & 5 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 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>],
81+
features: ['Private & Public Repos', <span className="span">4 Parallel Workspaces <PopOver description="The maximum 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,21 +87,21 @@ 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 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>],
90+
features: ['Private & Public Repos', <span className="span">8 Parallel Workspaces <PopOver description="The maximum 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/',
94-
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice."/></a>
94+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice"/></a>
9595
},
9696
{
9797
title: 'Unlimited',
9898
img: <object role="presentation" tabIndex={-1} data={MagicCap} />,
9999
price: <>{isEurope() ? '€35' : '$39'}<span> / month</span></>,
100100
duration: 'Unlimited hours',
101-
features: ['Private & Public Repos', <span className="span">16 Parallel Workspaces <PopOver description="The number of workspaces running at the same time." /></span>, <span className="span">1h Timeout <PopOver description="Workspaces without user activity are stopped after 1 hour." /></span>, <span className="span">3h Timeout Boost <PopOver description="You can manually boost the timeout to 3 hours within a running workspace." /></span>],
101+
features: ['Private & Public Repos', <span className="span">16 Parallel Workspaces <PopOver description="The maximum number of workspaces a user can run at the same time" /></span>, <span className="span">1h Timeout <PopOver description="Workspaces without user activity are stopped after 1 hour" /></span>, <span className="span">3h Timeout Boost <PopOver description="You can manually boost the timeout to 3 hours within a running workspace" /></span>],
102102
btnText: 'Buy Now',
103103
link: 'https://gitpod.io/subscription/',
104-
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice."/></a>
104+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice"/></a>
105105
}
106106
]
107107

src/components/self-hosted/SelfHostedPlans.tsx

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)