ui fix
This commit is contained in:
parent
3eda9ea4eb
commit
9e4454bfd4
@ -229,7 +229,7 @@
|
|||||||
<div
|
<div
|
||||||
class="text-xl sm:text-2xl font-bold tracking-tight text-white"
|
class="text-xl sm:text-2xl font-bold tracking-tight text-white"
|
||||||
>
|
>
|
||||||
{buySellRatio}
|
{buySellRatio?.toFixed(2)}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm font-semibold leading-6 text-gray-300">
|
<div class="text-sm font-semibold leading-6 text-gray-300">
|
||||||
Buy/Sell
|
Buy/Sell
|
||||||
@ -325,7 +325,7 @@
|
|||||||
class="text-start text-sm sm:text-[1rem] border-b border-b-[#27272A] whitespace-nowrap"
|
class="text-start text-sm sm:text-[1rem] border-b border-b-[#27272A] whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<HoverStockChart
|
<HoverStockChart
|
||||||
symbol={item?.symbol}
|
symbol={item?.symbol ?? item?.ticker}
|
||||||
assetType={item?.assetType}
|
assetType={item?.assetType}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user