Skip to content

Commit bcda823

Browse files
committed
Reduce maximum value of iterations slider from 100 to 50
1 parent 65c0fce commit bcda823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BiasSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export default function BiasSettings({
289289
<Slider
290290
id="iterations"
291291
defaultValue={iter}
292-
max={100}
292+
max={50}
293293
step={1}
294294
onValueChange={value => setIter(value)}
295295
className="cursor-pointer"

0 commit comments

Comments
 (0)