From 30948a2a1d5c66788e99a379158fbf23799d9b92 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:28:04 -0400 Subject: [PATCH] Increase pricing calculator website limit to 500 (#454) --- web/src/routes/_marketing/pricing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/_marketing/pricing.tsx b/web/src/routes/_marketing/pricing.tsx index e102af5..4a7865b 100644 --- a/web/src/routes/_marketing/pricing.tsx +++ b/web/src/routes/_marketing/pricing.tsx @@ -320,7 +320,7 @@ function Pricing() { label="Websites" value={inputs.sites} min={1} - max={50} + max={500} onChange={(v) => set("sites", v)} />