Skip to content

Commit

Permalink
revert: Revert to old pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
japhethLG committed May 20, 2024
1 parent 31ca52a commit e1da85d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/views/zesty/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ function Pricing({ content }) {
setCategories(cats);
}, [pricingData]);

// const [active, setActive] = useState(false);
// const featuresHandler = () => {
// setActive(!active);
// };

// const pricingCompareTableData = content.tiers.data;

return (
<>
<PricingHero {...heroProps} />
Expand Down

0 comments on commit e1da85d

Please sign in to comment.