Skip to content

Commit 1cfc7ab

Browse files
authored
Merge pull request #6650 from greedy-wudpeckr/pricing_fix
Pricing Section Shadow Fix
2 parents a5e3a3e + 905fd54 commit 1cfc7ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sections/Pricing/comparison.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ h2, h5{
7272
7373
/* Highlighted column */
7474
75-
.price-table tr td:nth-child(3) {
75+
.price-table tr td:nth-child(5) {
7676
background: rgba(0,179,159,0.1);
7777
padding: 8px 48px;
7878
}
@@ -203,9 +203,9 @@ const Comparison = () => {
203203
<tr>
204204
<th className="price-blank"></th>
205205
<th className="price-blank"></th>
206-
<th className="price-table-popular">Most popular</th>
207206
<th className="price-blank"></th>
208207
<th className="price-blank"></th>
208+
<th className="price-table-popular">Most popular</th>
209209
</tr>
210210
<tr className="price-table-head">
211211
<td></td>

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: true,
19+
featured: false,
2020
monthlyprice: 8,
2121
yearlyprice: 68,
2222
byline: "Advanced collaboration for declarative DevOps",
@@ -35,7 +35,7 @@ function generatePlans(data) {
3535
},
3636
"Enterprise": {
3737
tier: "Enterprise",
38-
featured: false,
38+
featured: true,
3939
monthlyprice: 22,
4040
yearlyprice: 248,
4141
pricing_coming_soon: <img src={comingSoon} alt="Coming Soon" />,

0 commit comments

Comments
 (0)