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=""> <tr class="">
<th class="text-white font-semibold text-sm">Symbol</th> <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-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" <th class="text-white font-semibold text-end text-sm"
>Price Target</th >Price Target</th
> >
<th class="text-white font-semibold text-end text-sm" <th class="text-white font-semibold text-end text-sm">
>Current Price</th Price</th
> >
<th class="text-white font-semibold text-end text-sm" <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> </tr>
</thead> </thead>
@ -424,17 +422,6 @@
: item?.name} : item?.name}
</td> </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 <td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]" class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
> >
@ -460,6 +447,11 @@
</span> </span>
{/if} {/if}
</td> </td>
<td
class="text-white font-medium text-sm sm:text-[1rem] whitespace-nowrap text-end border-b-[#09090B]"
>
{abbreviateNumber(item?.volume)}
</td>
</tr> </tr>
{/each} {/each}
</tbody> </tbody>