Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down
Loading