update price alert

This commit is contained in:
MuslemRahimi 2024-12-05 15:17:44 +01:00
parent f2ab85b076
commit c66e0b72f0

View File

@ -371,20 +371,18 @@
<tr class="">
<th class="text-white font-semibold text-sm">Symbol</th>
<th class="text-white font-semibold text-sm">Company</th>
<th class="text-white font-semibold text-end text-sm"
>Volume</th
>
<th class="text-white font-semibold text-end text-sm"
>Price when Created</th
>
<th class="text-white font-semibold text-end text-sm"
>Price Target</th
>
<th class="text-white font-semibold text-end text-sm"
>Current Price</th
<th class="text-white font-semibold text-end text-sm">
Price</th
>
<th class="text-white font-semibold text-end text-sm"
>Change</th
>% Change</th
>
<th class="text-white font-semibold text-end text-sm"
>Volume</th
>
</tr>
</thead>
@ -424,17 +422,6 @@
: item?.name}
</td>
<td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
>
{abbreviateNumber(item?.volume)}
</td>
<td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
>
{item?.priceWhenCreated}
</td>
<td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
>
@ -460,6 +447,11 @@
</span>
{/if}
</td>
<td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
>
{abbreviateNumber(item?.volume)}
</td>
</tr>
{/each}
</tbody>