File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments