ui fix
This commit is contained in:
parent
fa70a10672
commit
ee8fa7a958
@ -102,16 +102,18 @@
|
||||
{#if data?.user}
|
||||
<Feedback {data} />
|
||||
{/if}
|
||||
<!--
|
||||
|
||||
<div
|
||||
class="text-center mb-10 relative w-fit flex justify-center m-auto text-white"
|
||||
>
|
||||
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
|
||||
<a href="/dark-pool-flow"
|
||||
<a href="/stocks/NVDA/forecast/ai"
|
||||
><div
|
||||
class="flex items-center justify-center sm:hover:text-white text-blue-400"
|
||||
>
|
||||
<div class="text-lg sm:text-xl font-semibold">Dark Pool Flow</div>
|
||||
<div class="text-lg sm:text-xl font-semibold">
|
||||
Improved AI Score
|
||||
</div>
|
||||
<div
|
||||
class="-mt-2 ml-1 -rotate-6 rounded-lg bg-red-500 px-1 py-0.5 text-xs font-semibold text-white"
|
||||
>
|
||||
@ -121,7 +123,6 @@
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<h1
|
||||
class="hidden sm:block text-3xl lg:text-4xl text-muted dark:text-white font-bold text-center mb-10 relative w-fit flex justify-center m-auto"
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
markerSymbol = "triangle-down";
|
||||
} else {
|
||||
// Neutral (score exactly 5): yellow marker with a circle
|
||||
markerColor = "#f1c40f";
|
||||
markerColor = "#2C6288";
|
||||
markerSymbol = "circle";
|
||||
}
|
||||
|
||||
@ -518,7 +518,13 @@
|
||||
<span>Latest Forecast</span>
|
||||
</div>
|
||||
<div class="flex items-baseline">
|
||||
<span class="text-xl font-bold">Bullish</span>
|
||||
<span class="text-xl font-bold"
|
||||
>{[10, 9, 8, 7]?.includes(data?.getAIScore?.score)
|
||||
? "Bullish"
|
||||
: [6, 5, 4]?.includes(data?.getAIScore?.score)
|
||||
? "Hold"
|
||||
: "Bearish"}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user