diff --git a/src/app/insights/transaction-info/transaction-info.component.html b/src/app/insights/transaction-info/transaction-info.component.html index ae09551..92cd0e1 100644 --- a/src/app/insights/transaction-info/transaction-info.component.html +++ b/src/app/insights/transaction-info/transaction-info.component.html @@ -115,16 +115,15 @@
- {{ totalAmount }} BTC • - - {{ totalAmount * btcPrice | number : "1.2-2" }} USD -
+0"> - {{ fee }} BTC • - - {{ fee * btcPrice | number : "1.2-2" }} USD -
-No fee
-0" class="flex flex-col sm:flex-row items-start"> + {{ fee }} BTC + + + + + {{ fee * btcPrice | number : "1.2-2" }} USD + +
+No fee
- {{ input.amount }} BTC • - - {{ input.amount * btcPrice | number : "1.2-2" }} USD +
+ {{ input.amount }} BTC + + + + + {{ input.amount * btcPrice | number : "1.2-2" }} USD +
- {{ output.value }} BTC • - - {{ output.value * btcPrice | number : "1.2-2" }} USD +
+ {{ output.value }} BTC + + + + + {{ output.value * btcPrice | number : "1.2-2" }} USD +