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

Commit

Permalink
Add "per user/month" to self-hosted pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
christin committed Nov 13, 2020
1 parent 2a21877 commit 2b62be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pricing/PricingBoxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const selfHostedPlans: PricingBoxProps[] = [
{isEurope() ? '€18' : '$20'}
</>
),
duration: 'Per user',
duration: 'Per user/month',
btnText: 'Request license',
link: '/enterprise-license/',
areFeaturesBold: true,
Expand Down Expand Up @@ -103,7 +103,7 @@ const plans: PricingBoxProps[] = [
),
perUserMonth: true,
features: [
<strong>100 hours / month</strong>,
<strong>100 hours/month</strong>,
'Private & Public Repos',
<span className="span">
4 Parallel Workspaces <PopOver description="The maximum number of workspaces a user can run at the same time" />
Expand Down

0 comments on commit 2b62be6

Please sign in to comment.