mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-04 08:04:25 +02: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…
x
Reference in New Issue
Block a user