Skip to content

Commit 75d4e26

Browse files
committed
Change most popular plan.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent ddb415e commit 75d4e26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/PlanCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PlanCard = ({ planData , isYearly }) => {
2929

3030
{x.tier === "Personal" ? <div className="pricing-label">Free Forever</div> : null}
3131

32-
{x.tier === "Enterprise" ? <div className="featured-label">Most Popular</div> : null}
32+
{x.tier === "Team Designer" ? <div className="featured-label">Most Popular</div> : null}
3333

3434
{/* {x.pricing_coming_soon && (
3535
<div className="pricing_coming_soon">

src/sections/Pricing/comparison.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ const Comparison = () => {
202202
<tbody>
203203
<tr>
204204
<th className="price-blank"></th>
205+
<th className="price-blank"></th>
206+
<th className="price-table-popular">Most popular</th>
205207
<th className="price-blank"></th>
206208
<th className="price-blank"></th>
207-
<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>

0 commit comments

Comments
 (0)