From 3a727ec572134a5a1559acf0d0c461d54e5d83c5 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 7 Feb 2024 18:09:32 +0000 Subject: [PATCH] fix: hide pricing info (#2357) You can no longer pay for storage with the legacy API. --- packages/website/pages/pricing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/website/pages/pricing.js b/packages/website/pages/pricing.js index 633f681326..6be544020c 100644 --- a/packages/website/pages/pricing.js +++ b/packages/website/pages/pricing.js @@ -143,6 +143,7 @@ const Card = props => { ); }; +// eslint-disable-next-line const PricingTiers = () => { const [isEnterpriseRequestModelOpen, setIsEnterpriseRequestModelOpen] = useState(false); @@ -476,7 +477,7 @@ export default function Home() {
- + {/* */}