Skip to content

Commit

Permalink
Change initiallPollPercentage max to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrant committed Aug 27, 2024
1 parent 19591f7 commit aa57332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EnterGame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const EnterGame = view(() => {
value={initialPollPercentage}
autoComplete="off"
step={0.5}
max={100}
max={200}
min={0}
isInvalid={!initialPollPercentage}
style={{ fontSize: '1.125rem' }}
Expand Down

0 comments on commit aa57332

Please sign in to comment.