diff --git a/surfsense_web/components/pricing.tsx b/surfsense_web/components/pricing.tsx index 731c3654c..9a8e29c32 100644 --- a/surfsense_web/components/pricing.tsx +++ b/surfsense_web/components/pricing.tsx @@ -101,7 +101,7 @@ export function Pricing({ plans.length === 2 ? "md:grid-cols-2 max-w-5xl mx-auto" : "md:grid-cols-3" )} > - {plans.map((plan) => ( + {plans.map((plan, index) => (