We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ca827d + 07c7df6 commit 9a67b06Copy full SHA for 9a67b06
1 file changed
src/sections/Pricing/generatePlans.js
@@ -16,7 +16,7 @@ function generatePlans(data) {
16
},
17
"TeamDesigner": {
18
tier: "Team Designer",
19
- featured: false,
+ featured: true,
20
monthlyprice: 16,
21
yearlyprice: 164,
22
byline: "Advanced collaboration for declarative DevOps",
@@ -35,7 +35,7 @@ function generatePlans(data) {
35
36
"Enterprise": {
37
tier: "Enterprise",
38
- featured: true,
+ featured: false,
39
monthlyprice: 44,
40
yearlyprice: 449,
41
pricing_coming_soon: <img src={comingSoon} alt="Coming Soon" />,
0 commit comments