web/donate: add minimum/maximum amounts to donation amount
This commit is contained in:
parent
03152375ec
commit
1077797aae
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@
|
|||
<input
|
||||
id="donation-custom-input"
|
||||
type="number"
|
||||
min="2"
|
||||
max="10000"
|
||||
required
|
||||
placeholder="custom amount (from $2)"
|
||||
bind:value={customInputValue}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue