fix table head

This commit is contained in:
wireless_purple 2024-10-13 23:51:50 +00:00
parent 901850278c
commit 8bffa7be4e

View file

@ -185,13 +185,15 @@ let w = $state();
<div class="card col"> <div class="card col">
<h4>Latest Trades</h4> <h4>Latest Trades</h4>
<table> <table>
<tbody> <thead>
<tr> <tr>
<th>Date</th> <th>Date</th>
<th>Price</th> <th>Price</th>
<th>Amount (XMR)</th> <th>Amount (XMR)</th>
<th>Amount</th> <th>Amount</th>
</tr> </tr>
</thead>
<tbody>
{#each data.trades.slice(0, 64) as trade} {#each data.trades.slice(0, 64) as trade}
<tr> <tr>
<td <td