Skip to content

Commit

Permalink
docs: Update moonbase terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 4, 2023
1 parent 0771c0d commit 78c7668
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions website/src/components/Products/Moonbase/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Pricing() {
// tooltip:
// 'Maximum number of projects aggregated into the registry, across all repositories.',
// },
{ label: '100 CI runs', monthly: true, tooltip: 'Across all repositories.' },
{ label: '100 CI insights', monthly: true, tooltip: 'Across all repositories.' },
{ label: '1GB cloud storage', tooltip: 'Across all repositories.' },
]}
cta={{ href: 'https://moonrepo.app', label: 'Get started' }}
Expand All @@ -97,7 +97,7 @@ export default function Pricing() {
// tooltip:
// 'Maximum number of projects aggregated into the registry, across all repositories.',
// },
{ label: '1,000 CI runs', monthly: true, tooltip: 'Across all repositories.' },
{ label: '1,000 CI insights', monthly: true, tooltip: 'Across all repositories.' },
{
label: '10GB cloud storage',
tooltip: 'Across all repositories.',
Expand All @@ -113,7 +113,7 @@ export default function Pricing() {
<Heading level={1}>$5</Heading>
</div>
<div className="text-left">
per member + repo
per member <i>or</i> repo
<Text className="m-0" variant="muted">
monthly
</Text>
Expand Down Expand Up @@ -142,11 +142,18 @@ export default function Pricing() {
// tooltip:
// 'Maximum number of projects aggregated into the registry, across all repositories.',
// },
{ label: 'Unlimited CI runs', monthly: true, tooltip: 'Across all repositories.' },
{
label: 'Unlimited CI insights',
monthly: true,
tooltip: 'Across all repositories.',
},
{
label: 'Unlimited cloud storage',
tooltip: 'Across all repositories.',
},
{
label: 'Unlocked settings',
},
// {
// label: '+ previous tier',
// },
Expand Down

0 comments on commit 78c7668

Please sign in to comment.