Skip to content

Commit

Permalink
Update pricing and plan names
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 20, 2023
1 parent fdff20a commit 3208e99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Home/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
},
},
{
name: 'Logs and Events',
name: 'On-Call Rotation',
plans: {
free: false,
growth: true,
Expand All @@ -331,23 +331,24 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
},
},
{
name: 'Webhook Alerts',
name: 'Logs and Events',
plans: {
free: 'Coming Soon',
growth: 'Coming Soon',
scale: 'Coming Soon',
enterprise: 'Coming Soon',
free: false,
growth: true,
scale: true,
enterprise: true,
},
},
{
name: 'On-Call Rotation',
name: 'Webhook Alerts',
plans: {
free: 'Coming Soon',
growth: 'Coming Soon',
scale: 'Coming Soon',
enterprise: 'Coming Soon',
},
},

{
name: 'Vacation and OOO Policy',
plans: {
Expand Down
2 changes: 1 addition & 1 deletion Home/views/pricing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
<td class="h-full py-8 px-6 align-top">
<div class="relative table h-full">
<p>
<span class="text-4xl font-bold tracking-tight text-gray-900 scale-plan-price">Custom</span>
<span class="text-4xl font-bold tracking-tight text-gray-900 enterprise-plan-price">Custom</span>
<span class="text-base font-medium text-gray-500 billing-period">/yr</span>
</p>
<p class="mt-4 mb-16 text-sm text-gray-500">Enterprise grade offering. The best of us for your
Expand Down

0 comments on commit 3208e99

Please sign in to comment.