mirror of
https://gitea.gf4.pw/gf4/haveno-markets.git
synced 2024-11-23 02:27:38 -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">
|
<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
|
||||||
|
Loading…
Reference in New Issue
Block a user