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)} />