mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Update pricing and plan names
This commit is contained in:
parent
fdff20a2f9
commit
3208e99469
@ -321,6 +321,15 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
|
||||
enterprise: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'On-Call Rotation',
|
||||
plans: {
|
||||
free: false,
|
||||
growth: true,
|
||||
scale: true,
|
||||
enterprise: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Logs and Events',
|
||||
plans: {
|
||||
@ -339,15 +348,7 @@ app.get('/pricing', (_req: ExpressRequest, res: ExpressResponse) => {
|
||||
enterprise: 'Coming Soon',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'On-Call Rotation',
|
||||
plans: {
|
||||
free: 'Coming Soon',
|
||||
growth: 'Coming Soon',
|
||||
scale: 'Coming Soon',
|
||||
enterprise: 'Coming Soon',
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: 'Vacation and OOO Policy',
|
||||
plans: {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user