mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-17 04:15:16 +00:00
web/donate: add minimum/maximum amounts to donation amount
This commit is contained in:
parent
03152375ec
commit
1077797aae
|
@ -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