diff --git a/src/lib/components/AIScore.svelte b/src/lib/components/AIScore.svelte index 3b8bf7ae..8cc303b4 100644 --- a/src/lib/components/AIScore.svelte +++ b/src/lib/components/AIScore.svelte @@ -1,131 +1,195 @@ - - -
-
- -
-
-
-

AI Score

- - -
- -
-
- - - - - - - - - - - {tier === 'Pro' || ['AAPL','NVDA','GOOGL','META','AMD']?.includes($stockTicker) ? score : 0} - - - -
- {#if tier === 'Pro' || ['AAPL','NVDA','GOOGL','META','AMD']?.includes($stockTicker) } - - {score} - - {:else} - - - XX - -
- - - - -
-
- {/if} -
-
- -
-

- {#if score === 10} - Strong Buy - {:else if score >=7} - Buy - {:else if score >=4} - Hold - {:else if score >=2} - Sell - {:else} - Strong Sell - {/if} -

-
-
-
-
+
+
+
+
+
+

+ AI Score +

+ +
+
+
+ + + + + + + + + + + {tier === "Pro" || + ["AAPL", "NVDA", "GOOGL", "META", "AMD"]?.includes($stockTicker) + ? score + : 0} + + +
+ {#if tier === "Pro" || ["AAPL", "NVDA", "GOOGL", "META", "AMD"]?.includes($stockTicker)} + + {score} + + {:else} + + + XX + +
+ + + + +
+
+ {/if} +
+
+
+

+ {#if score === 10} + Strong Buy + {:else if score >= 7} + Buy + {:else if score >= 4} + Hold + {:else if score >= 2} + Sell + {:else} + Strong Sell + {/if} +

+
+
+
+
- - -