From ff80a88b52e09fcdac8018176252c9c93460f9e6 Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Tue, 22 Apr 2025 19:33:03 +0100 Subject: [PATCH] make btn work --- .../home/sections/pricing-section.tsx | 31 +++++++++++++------ 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/home/sections/pricing-section.tsx b/frontend/src/components/home/sections/pricing-section.tsx index 4ecb5703..3a8c2a4f 100644 --- a/frontend/src/components/home/sections/pricing-section.tsx +++ b/frontend/src/components/home/sections/pricing-section.tsx @@ -299,15 +299,28 @@ export function PricingSection() {
- + {tier.buttonText === "Hire Suna" ? ( + + {tier.buttonText} + + ) : ( + + )}