We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f21047 commit 57f6ca4Copy full SHA for 57f6ca4
src/components/pages/pricing/table/data/pricing-plans.ts
@@ -44,7 +44,7 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
44
},
45
collaboration: {
46
ui: true,
47
- shared: false,
+ shared: true,
48
gitops: {
49
value: 'Basic',
50
tooltip: 'GitOps CI/CD, SQL Review CI',
src/lib/pricing-plan.ts
@@ -39,7 +39,7 @@ const PRICING_PLANS = new Map([
39
//Collaboration
40
['INBOX_NOTIFICATION', 'COMMUNITY'],
41
['UI_SQL_REVIEW', 'COMMUNITY'],
42
- ['SHARED_SQL', 'PRO'],
+ ['SHARED_SQL', 'COMMUNITY'],
43
['GITOPS_WORKFLOW', 'COMMUNITY'],
//Data Security & Compliance
0 commit comments