Skip to content

Commit

Permalink
fix: hide pricing info (#2357)
Browse files Browse the repository at this point in the history
You can no longer pay for storage with the legacy API.
  • Loading branch information
Alan Shaw authored Feb 7, 2024
1 parent 1a7233d commit 3a727ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/pages/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const Card = props => {
);
};

// eslint-disable-next-line
const PricingTiers = () => {
const [isEnterpriseRequestModelOpen, setIsEnterpriseRequestModelOpen] = useState(false);

Expand Down Expand Up @@ -476,7 +477,7 @@ export default function Home() {
<div className="sectionals" id="tiered_pricing_section_1">
<GradientBackground variant="light" />
<PricingHeader />
<PricingTiers />
{/* <PricingTiers /> */}
</div>
<FaqSection />
<LinkSection />
Expand Down

0 comments on commit 3a727ec

Please sign in to comment.