Skip to content

Commit

Permalink
Update pricing page (#54)
Browse files Browse the repository at this point in the history
Update pricing page with extra callout for $10 Enterprise Starter base price.
  • Loading branch information
francisschmaltz authored Nov 7, 2018
2 parents dfcfe53 + 484e973 commit 735a53d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>Free</h2>
<h3>&nbsp;</h3>
<h4>Made for developers, priced for everyone</h4>
</div>
</div>
<div className="row">
Expand Down Expand Up @@ -119,6 +120,9 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>$4</h2>
<h3>/user /month</h3>
<h4>
Starts at $10 one-time for the first <nobr>10 users</nobr>
</h4>
</div>
</div>
<div className="row">
Expand Down Expand Up @@ -160,6 +164,7 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>$19</h2>
<h3>/user /month</h3>
<h4>Empowering developers company wide</h4>
</div>
</div>
<div className="row">
Expand Down

0 comments on commit 735a53d

Please sign in to comment.