mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
parent
a07a4de255
commit
17dd03682b
@ -25,7 +25,7 @@
|
||||
<div class="input-group-prepend" style="width: 42px;">
|
||||
<span class="input-group-text">₿</span>
|
||||
</div>
|
||||
<input formControlName="amount" class="form-control" type="number" min="0.0001" step="1E-03">
|
||||
<input formControlName="amount" class="form-control" type="number" min="0.01" step="1E-03">
|
||||
</div>
|
||||
<div class="input-group mb-4">
|
||||
<div class="input-group-prepend" style="width: 42px;">
|
||||
|
@ -40,7 +40,7 @@ export class AboutComponent implements OnInit {
|
||||
}
|
||||
|
||||
this.donationForm = this.formBuilder.group({
|
||||
amount: [0.001],
|
||||
amount: [0.01],
|
||||
handle: [''],
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user