We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189f7c2 commit 54e753dCopy full SHA for 54e753d
public/index.html
@@ -173,13 +173,7 @@ <h1>Digital Cash Wallet</h1>
173
<tfoot>
174
<th></th>
175
176
- <th>
177
- <small
178
- ><button type="button" onclick="App.denominateCoins(event)">
179
- Denominate Selected
180
- </button></small
181
- >
182
- </th>
+ <th></th>
183
184
185
</tfoot>
@@ -429,6 +423,9 @@ <h1>Digital Cash Wallet</h1>
429
423
</tr>
430
424
</tbody>
431
425
</table>
426
+ <button type="button" onclick="App.denominateCoins(event)">
427
+ Denominate Coins
428
+ </button>
432
433
<hr />
434
<label
0 commit comments