Increase pricing calculator website limit to 500 (#454)

This commit is contained in:
Ben Senescu 2026-08-01 17:28:04 -04:00 committed by GitHub
parent 187d3fd9c1
commit 30948a2a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ function Pricing() {
label="Websites"
value={inputs.sites}
min={1}
max={50}
max={500}
onChange={(v) => set("sites", v)}
/>
</>