Skip to content

Commit

Permalink
Increased dev max number to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
mooncowboy committed Feb 15, 2024
1 parent bc96017 commit 765c0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h5>How much money would you get back if using GitHub Copilot in your organizati
</div>
<div class="form-group">
<label for="numDevelopers">Number of Developers:</label>
<input type="number" class="form-control" id="numDevelopers" value="10" min="1" max="1000">
<input type="range" class="form-control-range" id="developersRange" min="10" max="100" value="10" step="10">
<input type="number" class="form-control" id="numDevelopers" value="10" min="1" max="500">
<input type="range" class="form-control-range" id="developersRange" min="10" max="500" value="10" step="10">
</div>
<button class="btn btn-primary" id="btnCalculate">Calculate</button>

Expand Down

0 comments on commit 765c0d3

Please sign in to comment.