Skip to content

Commit 57f6ca4

Browse files
committed
docs: adjust plan table
1 parent 5f21047 commit 57f6ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pages/pricing/table/data/pricing-plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
4444
},
4545
collaboration: {
4646
ui: true,
47-
shared: false,
47+
shared: true,
4848
gitops: {
4949
value: 'Basic',
5050
tooltip: 'GitOps CI/CD, SQL Review CI',

src/lib/pricing-plan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const PRICING_PLANS = new Map([
3939
//Collaboration
4040
['INBOX_NOTIFICATION', 'COMMUNITY'],
4141
['UI_SQL_REVIEW', 'COMMUNITY'],
42-
['SHARED_SQL', 'PRO'],
42+
['SHARED_SQL', 'COMMUNITY'],
4343
['GITOPS_WORKFLOW', 'COMMUNITY'],
4444

4545
//Data Security & Compliance

0 commit comments

Comments
 (0)