From b47c0d596347d7d73510ae2d8ccf5e36f546bdba Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 27 Nov 2024 21:52:48 +0000 Subject: [PATCH] fix: adjust monthly pricing --- src/views/home/components/Pricing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/components/Pricing.tsx b/src/views/home/components/Pricing.tsx index ce77bc7a..1c6b6265 100644 --- a/src/views/home/components/Pricing.tsx +++ b/src/views/home/components/Pricing.tsx @@ -44,7 +44,7 @@ const tiers = [ id: "tier-teams", href: "signup", buttonText: "Get Started", - price: { monthly: "£8", annually: "£6" }, + price: { monthly: "£7.50", annually: "£6" }, description: "Kanban is better with a team. Perfect for small and growing teams looking to collaborate.", featureHeader: "Everything in the free plan, plus:",