Skip to content

Commit 07c7df6

Browse files
authored
Merge pull request #6744 from vr-varad/fix/boxshadow
Fix: Box Shadow for Most Popular Plan
2 parents 369c9fa + c21e346 commit 07c7df6

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)