diff --git a/apps/api/src/utils/plans.ts b/apps/api/src/utils/plans.ts index 3ed5dfe..5f224bb 100644 --- a/apps/api/src/utils/plans.ts +++ b/apps/api/src/utils/plans.ts @@ -11,11 +11,11 @@ const PLANS: Record = { minIntervalS: 30, }, pro: { - maxMonitors: 128, + maxMonitors: 200, minIntervalS: 2, }, lifetime: { - maxMonitors: 128, + maxMonitors: 200, minIntervalS: 2, }, }; diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 9e5b5e0..2489a06 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -37,7 +37,7 @@ class="cursor-pointer text-left bg-surface border-2 border-border-subtle hover:border-blue-500/40 rounded-xl p-5 transition-colors">
Pro
$12/mo
-
128 monitors, 2s intervals
+
200 monitors, 2s intervals