Skip to content

Commit

Permalink
Merge pull request #79 from fold-dev/update-ea-pricing
Browse files Browse the repository at this point in the history
refactor: update pricing for Early Access
  • Loading branch information
joduplessis authored Jun 7, 2024
2 parents 197f41a + ae3cbb7 commit 906cba5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.6.2",
"version": "24.6.7.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions src/components/pricing.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,15 +449,15 @@ export const PricingComponent = () => {
Indie <small style={{ position: 'relative', top: -10, color: 'var(--f-color-text-weakest', fontWeight: 'bold' }}>EARLY ACCESS</small>
</Heading>
<Text colorToken="base-300">
For teams of up to 2 developers, who need to level up their next big idea.
For teams of up to 3 developers, who need to level up their next big idea.
</Text>
<View
row
m="1rem 0 0 0"
gap={5}
alignItems="flex-start">
<Heading huge>
379
399
</Heading>
<Heading
as="h5"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/license.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const LicenseContent = (props) => (
<Text>The LICENSEE is granted a license to use the SOFTWARE as the basis of any non commercial/internal application, so long as that application is owned and operated by you, the LICENSEE.</Text>

<Heading as="h3">Indie License</Heading>
<Text>The LICENSEE is permitted to have a maximum of two (2) developers utilizing the license key. This limitation includes any Continuous Integration/Continuous Deployment (CI/CD) platforms, which shall be considered as one of the developers.</Text>
<Text>The LICENSEE is permitted to have a maximum of three (3) developers utilizing the license key. This limitation includes any Continuous Integration/Continuous Deployment (CI/CD) platforms, which shall be considered as one of the developers.</Text>

<Heading as="h3">Team License</Heading>
<Text>The LICENSEE is permitted to have a maximum of ten (10) developers utilizing the license key. This limitation includes any Continuous Integration/Continuous Deployment (CI/CD) platforms, which shall be considered as one of the developers.</Text>
Expand Down

0 comments on commit 906cba5

Please sign in to comment.