Skip to content

Commit c21e346

Browse files
committed
Fix: Box Shadow for Most Popular Plan
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 369c9fa commit c21e346

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)