mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
fix (c) -> (r)
This commit is contained in:
parent
51d0fd8c83
commit
bbd077a7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<ng-container *ngTemplateOutlet="feeRateRow"></ng-container>
|
||||
@if (showAcceleratorSavingsMsg) {
|
||||
<tr>
|
||||
<td colspan="2" style="--bs-table-bg-type: var(--tertiary); white-space: normal; text-align: center;">Could have saved <app-fiat [blockConversion]="tx.price" [value]="acceleratorSavingsSats"></app-fiat> using <a href="https://mempool.space/enterprise#accelerator-pro" target="_blank" rel="noopener">Mempool Accelerator Pro™</a></td>
|
||||
<td colspan="2" style="--bs-table-bg-type: var(--tertiary); white-space: normal; text-align: center;">Could have saved <app-fiat [blockConversion]="tx.price" [value]="acceleratorSavingsSats"></app-fiat> using <a href="https://mempool.space/enterprise#accelerator-pro" target="_blank" rel="noopener">Mempool Accelerator® Pro</a></td>
|
||||
</tr>
|
||||
}
|
||||
@if (!isLoadingTx && !tx?.status?.confirmed && isAcceleration) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue