diff --git a/views/includes/transaction-io-details.pug b/views/includes/transaction-io-details.pug index 21a3a55..a864ee5 100644 --- a/views/includes/transaction-io-details.pug +++ b/views/includes/transaction-io-details.pug @@ -76,7 +76,7 @@ div(class="row monospace") div(class="row") div(class="tx-io-label") a(data-toggle="tooltip", title=("Output #" + (voutIndex + 1).toLocaleString()), style="white-space: nowrap;") - i(class=("fas fa-" + fontawesomeInputName + " mr-2")) + i(class=("fas fa-" + fontawesomeOutputName + " mr-2")) span(class="d-inline d-md-none") Output # span #{(voutIndex + 1).toLocaleString()}