Fix pizza tracker loading state

This commit is contained in:
Mononaut
2024-06-29 04:10:47 +00:00
parent 5872b2c46b
commit 193c41cb81
3 changed files with 17 additions and 10 deletions

View File

@@ -335,7 +335,7 @@
<app-bitcoin-invoice style="width: 100%;" [invoiceId]="invoice.btcpayInvoiceId" [minimal]="true" (completed)="closeModal(2000)"></app-bitcoin-invoice>
} @else {
<span>Loading invoice...</span>
<div class="ml-2 spinner-border text-light" style="width: 25px; height: 25px"></div>
<div class="m-4 spinner-border text-light" style="width: 25px; height: 25px"></div>
}
</div>
@if (canPayWithCashapp) {