Skip to content

Commit

Permalink
Merge pull request #112 from nditech/Increase-polling-percentage-max-…
Browse files Browse the repository at this point in the history
…to-200

Change initiallPollPercentage max to 200
  • Loading branch information
celo0213 authored Sep 11, 2024
2 parents 19591f7 + aa57332 commit 9dd47ef
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 9dd47ef

Please sign in to comment.