diff --git a/.source b/.source index 14591b3e482..dfa9f193b6a 160000 --- a/.source +++ b/.source @@ -1 +1 @@ -Subproject commit 14591b3e48225e5291405b3f8eee7156c2ec30b2 +Subproject commit dfa9f193b6a312a84cc562f68080a526d401bc21 diff --git a/apps/dashboard/src/components/billing/features.tsx b/apps/dashboard/src/components/billing/features.tsx index 9413e9d4405..610391e412d 100644 --- a/apps/dashboard/src/components/billing/features.tsx +++ b/apps/dashboard/src/components/billing/features.tsx @@ -159,7 +159,7 @@ const features: Feature[] = [ label: 'Team members', values: { [SupportedPlansEnum.FREE]: { value: '3' }, - [SupportedPlansEnum.BUSINESS]: { value: '50' }, + [SupportedPlansEnum.BUSINESS]: { value: 'Unlimited' }, [SupportedPlansEnum.ENTERPRISE]: { value: 'Unlimited' }, }, }, diff --git a/apps/dashboard/src/components/billing/highlights-row.tsx b/apps/dashboard/src/components/billing/highlights-row.tsx index 331673493a2..a2678384e3f 100644 --- a/apps/dashboard/src/components/billing/highlights-row.tsx +++ b/apps/dashboard/src/components/billing/highlights-row.tsx @@ -19,7 +19,7 @@ const highlights: PlanHighlights = { ], [ApiServiceLevelEnum.BUSINESS]: [ { text: 'Up to 250,000 events per month' }, - { text: '50 teammates' }, + { text: 'Unlimited teammates' }, { text: '90 days Activity Feed retention' }, ], [ApiServiceLevelEnum.ENTERPRISE]: [ diff --git a/apps/dashboard/src/components/billing/plans-row.tsx b/apps/dashboard/src/components/billing/plans-row.tsx index c039962ac47..70255b6e2d2 100644 --- a/apps/dashboard/src/components/billing/plans-row.tsx +++ b/apps/dashboard/src/components/billing/plans-row.tsx @@ -87,7 +87,7 @@ export function PlansRow({ selectedBillingInterval, currentPlan, trial }: PlansR
  • - Up to 50 team members + Unlimited team members
  • diff --git a/apps/web/src/ee/billing/components/Features.tsx b/apps/web/src/ee/billing/components/Features.tsx index ba210d44059..1acd4212608 100644 --- a/apps/web/src/ee/billing/components/Features.tsx +++ b/apps/web/src/ee/billing/components/Features.tsx @@ -194,7 +194,7 @@ const features: Feature[] = [ label: 'Team members', values: { [SupportedPlansEnum.FREE]: { value: '3' }, - [SupportedPlansEnum.BUSINESS]: { value: '50' }, + [SupportedPlansEnum.BUSINESS]: { value: 'Unlimited' }, [SupportedPlansEnum.ENTERPRISE]: { value: 'Unlimited' }, }, }, diff --git a/apps/web/src/ee/billing/components/HighlightsRow.tsx b/apps/web/src/ee/billing/components/HighlightsRow.tsx index 156aafcb721..874873f6b56 100644 --- a/apps/web/src/ee/billing/components/HighlightsRow.tsx +++ b/apps/web/src/ee/billing/components/HighlightsRow.tsx @@ -32,7 +32,7 @@ const highlights: PlanHighlights = { ], [ApiServiceLevelEnum.BUSINESS]: [ { text: 'Up to 250,000 events per month' }, - { text: '50 teammates' }, + { text: 'Unlimited teammates' }, { text: '90 days Activity Feed retention' }, ], [ApiServiceLevelEnum.ENTERPRISE]: [