Skip to content

Commit

Permalink
revert[ui]: Royalty Percentage should be integer
Browse files Browse the repository at this point in the history
  • Loading branch information
sk33z3r committed Jun 26, 2022
1 parent 5946fc5 commit 59e49a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/setup/1.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<label for="trait_count">
Royalty Percentage:
</label>
<input required type="number" step="any" class="form number" id="royalty_percentage" min="0" max="10" name="royalty_percentage" placeholder="0-10" />&nbsp;%
<input required type="number" class="form number" id="royalty_percentage" min="0" max="10" name="royalty_percentage" placeholder="0-10" />&nbsp;%
</div>
<div data-tooltip="Traits Count: How many traits/layers your NFT has">
<label for="trait_count">
Expand Down

0 comments on commit 59e49a1

Please sign in to comment.