change rbf subheading, fix interval alignment

This commit is contained in:
Mononaut
2023-03-05 19:51:49 -06:00
parent f95da34fd1
commit f2749c67f3
2 changed files with 6 additions and 2 deletions

View File

@@ -192,7 +192,7 @@
<ng-container *ngIf="rbfInfo">
<div class="title float-left">
<h2 id="rbf" i18n="transaction.replacements|Replacements">Replacements</h2>
<h2 id="rbf" i18n="transaction.rbf-history|RBF History">RBF History</h2>
</div>
<div class="clearfix"></div>
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>