From 136c1bf88cb97def4993c453e99cf8b43521e9ab Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Tue, 22 Apr 2025 20:12:54 +0100 Subject: [PATCH] fix --- .../components/home/sections/pricing-section.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/home/sections/pricing-section.tsx b/frontend/src/components/home/sections/pricing-section.tsx index 3a8c2a4f..e9e15a8c 100644 --- a/frontend/src/components/home/sections/pricing-section.tsx +++ b/frontend/src/components/home/sections/pricing-section.tsx @@ -322,8 +322,9 @@ export function PricingSection() { )} -
+ {/*
*/}
+ {/* {tier.name !== "Free" && (

Everything in {tier.name === "Pro" ? "Free" : "Pro"} + @@ -380,15 +381,7 @@ export function PricingSection() { ))} -{/* - {(tier as any).showContactSales && ( - - )} */} + */}

))}