Browse Source

fix typo

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
1a916fc333
  1. 2
      views/includes/transaction-io-details.pug

2
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()}

Loading…
Cancel
Save