ui fix
This commit is contained in:
parent
f0e07f2127
commit
f9e9815dce
@ -257,7 +257,7 @@ async function handleScroll() {
|
|||||||
{item?.changesPercentage > 0 ? '+' : ''}{item?.changesPercentage}%
|
{item?.changesPercentage > 0 ? '+' : ''}{item?.changesPercentage}%
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-end text-sm sm:text-[1rem] font-medium {item?.sentiment >= 55 ? 'text-[#37C97D]' : item?.sentiment >= 50 ? 'text-[#E57C34]' : 'text-[#FC2120]'}">
|
<td class="text-end text-sm sm:text-[1rem] font-medium whitespace-nowrap {item?.sentiment >= 55 ? 'text-[#37C97D]' : item?.sentiment >= 50 ? 'text-[#E57C34]' : 'text-[#FC2120]'}">
|
||||||
|
|
||||||
<div class="flex flex-row items-center justify-end">
|
<div class="flex flex-row items-center justify-end">
|
||||||
<div class="">{item?.sentiment >= 80 ? 'Very Bullish' : item?.sentiment >= 55 ? 'Bullish' : item?.sentiment > 50 ? 'Mixed' : 'Bearish'}</div>
|
<div class="">{item?.sentiment >= 80 ? 'Very Bullish' : item?.sentiment >= 55 ? 'Bullish' : item?.sentiment > 50 ? 'Mixed' : 'Bearish'}</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user