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

Commit 26a1d13

Browse files
committed
[pricing] Fix 'Create Team' links
1 parent 5aef5aa commit 26a1d13

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
@@ -91,7 +91,7 @@ const plans: PricingBoxProps[] = [
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</a>
94+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team <PopOver textPosition="bottom" description="Setup Gitpod for an entire team with a single invoice." /></a>
9595
},
9696
{
9797
title: 'Unlimited',
@@ -101,7 +101,7 @@ const plans: PricingBoxProps[] = [
101101
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>],
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</a>
104+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team <PopOver textPosition="bottom" description="Setup Gitpod for an entire team with a single invoice." /></a>
105105
}
106106
]
107107

0 commit comments

Comments
 (0)