Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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