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 @@

Bitcoin

Amount

- -

- {{ totalAmount }} BTC • - - {{ totalAmount * btcPrice | number : "1.2-2" }} USD -

+
+ {{ totalAmount }} BTC -

- + + + + {{ totalAmount * btcPrice | number : "1.2-2" }} USD + +
@@ -134,15 +133,17 @@

Bitcoin

> Fee

- -

- {{ fee }} BTC • - - {{ fee * btcPrice | number : "1.2-2" }} USD -

-

No fee

-
+ +

+ {{ fee }} BTC + + + + + {{ fee * btcPrice | number : "1.2-2" }} USD + +

+

No fee

@@ -239,11 +240,16 @@

Inputs

> Amount

-

- {{ input.amount }} BTC • - - {{ input.amount * btcPrice | number : "1.2-2" }} USD +

+ {{ input.amount }} BTC + + + + + {{ input.amount * btcPrice | number : "1.2-2" }} USD +

@@ -305,11 +311,16 @@

Outputs

> Amount

-

- {{ output.value }} BTC • - - {{ output.value * btcPrice | number : "1.2-2" }} USD +

+ {{ output.value }} BTC + + + + + {{ output.value * btcPrice | number : "1.2-2" }} USD +