From 4c0689e5d55ad4073205f5aa763984d439aa46c4 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 30 Oct 2025 23:47:00 +0000 Subject: [PATCH] feat: add 14 day free trial notice to pricing page --- apps/web/src/views/pricing/components/PricingTiers.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/views/pricing/components/PricingTiers.tsx b/apps/web/src/views/pricing/components/PricingTiers.tsx index 0cde3a9a..5e5bd51e 100644 --- a/apps/web/src/views/pricing/components/PricingTiers.tsx +++ b/apps/web/src/views/pricing/components/PricingTiers.tsx @@ -131,11 +131,11 @@ const Pricing = ({ > {tier.name} - {tier.highlighted && frequency?.value === "annually" ? ( + {tier.highlighted && (

- -20% + {t`14 day free trial`}

- ) : null} + )}