Browse Source

Shorted table header name

pull/1/head
Luke Childs 6 years ago
parent
commit
145a6c9778
  1. 2
      js/index.js

2
js/index.js

@ -14,7 +14,7 @@ getCoinData().then(coins => {
<thead>
<td>Name</td>
<td>Hash Rate</td>
<td>Equivalent Confirmations</td>
<td>Equivalent Confs</td>
<td>Estimated Time</td>
<td>Speed</td>
</thead>

Loading…
Cancel
Save