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

Commit 2b62be6

Browse files
author
christin
committed
Add "per user/month" to self-hosted pricing
1 parent 2a21877 commit 2b62be6

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
@@ -73,7 +73,7 @@ const selfHostedPlans: PricingBoxProps[] = [
7373
{isEurope() ? '€18' : '$20'}
7474
</>
7575
),
76-
duration: 'Per user',
76+
duration: 'Per user/month',
7777
btnText: 'Request license',
7878
link: '/enterprise-license/',
7979
areFeaturesBold: true,
@@ -103,7 +103,7 @@ const plans: PricingBoxProps[] = [
103103
),
104104
perUserMonth: true,
105105
features: [
106-
<strong>100 hours / month</strong>,
106+
<strong>100 hours/month</strong>,
107107
'Private & Public Repos',
108108
<span className="span">
109109
4 Parallel Workspaces <PopOver description="The maximum number of workspaces a user can run at the same time" />

0 commit comments

Comments
 (0)