Skip to content

Commit 9a67b06

Browse files
authored
Merge branch 'master' into update/projects
2 parents 8ca827d + 07c7df6 commit 9a67b06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Pricing/generatePlans.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function generatePlans(data) {
1616
},
1717
"TeamDesigner": {
1818
tier: "Team Designer",
19-
featured: false,
19+
featured: true,
2020
monthlyprice: 16,
2121
yearlyprice: 164,
2222
byline: "Advanced collaboration for declarative DevOps",
@@ -35,7 +35,7 @@ function generatePlans(data) {
3535
},
3636
"Enterprise": {
3737
tier: "Enterprise",
38-
featured: true,
38+
featured: false,
3939
monthlyprice: 44,
4040
yearlyprice: 449,
4141
pricing_coming_soon: <img src={comingSoon} alt="Coming Soon" />,

0 commit comments

Comments
 (0)