mirror of
https://gitea.gf4.pw/gf4/haveno-markets.git
synced 2024-11-22 18:17:39 -07:00
fix table head
This commit is contained in:
parent
901850278c
commit
8bffa7be4e
@ -185,13 +185,15 @@ let w = $state();
|
||||
<div class="card col">
|
||||
<h4>Latest Trades</h4>
|
||||
<table>
|
||||
<tbody>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Price</th>
|
||||
<th>Amount (XMR)</th>
|
||||
<th>Amount</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each data.trades.slice(0, 64) as trade}
|
||||
<tr>
|
||||
<td
|
||||
|
Loading…
Reference in New Issue
Block a user