mirror of
https://github.com/simstudioai/sim.git
synced 2026-08-30 17:05:18 +08:00
improvement(pricing): list Sandboxes as a Max and Enterprise feature (#7013)
This commit is contained in:
committed by
GitHub
parent
f3867694b8
commit
ed335d4137
+4
@@ -193,6 +193,10 @@ export const COMPARISON_SECTIONS: ComparisonSection[] = [
|
||||
label: 'KB Live Sync',
|
||||
values: [false, false, true, true],
|
||||
},
|
||||
{
|
||||
label: 'Sandboxes',
|
||||
values: [false, false, true, true],
|
||||
},
|
||||
{
|
||||
label: 'Slack Connect',
|
||||
values: [false, false, SLACK, SLACK],
|
||||
|
||||
@@ -37,7 +37,7 @@ export const PRO_PLAN_FEATURES: readonly string[] = [
|
||||
export const MAX_PLAN_FEATURES: readonly string[] = [
|
||||
`${DEFAULT_BILLING_CONCURRENCY_LIMITS.team.toLocaleString('en-US')} concurrent executions`,
|
||||
'Invite teammates',
|
||||
'Sim Mailer & KB Live Sync',
|
||||
'Sim Mailer, KB Live Sync & Sandboxes',
|
||||
'Highest rate limits',
|
||||
'Expanded storage & tables',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user