diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index fefd2cf05..f6b73a6e3 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -48,6 +48,28 @@ +
+
+
+
Latest transactions
+ + + + + + + + + + + + + +
TXIDAmount (BTC)Fee
{{ transaction.txid | shortenString : 12 }} (){{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB
+
 
+
+
+
@@ -77,28 +99,6 @@
-
-
-
-
Latest transactions
- - - - - - - - - - - - - -
TXIDAmount (BTC)Fee
{{ transaction.txid | shortenString : 12 }} (){{ transaction.fee / (transaction.weight / 4) | number : '1.1-1' }} sat/vB
-
 
-
-
-