diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8ae9871e..63a4789e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -143,7 +143,6 @@
+ Black Friday Deal + Save 40% with Promo Code: + BLACK +
+| Analyst | -Firm | -Rating | -Action | -Price Target | - -Date | -
|
-
- {item?.analyst_name}
-
-
-
-
- {#each Array.from({ length: 5 }) as _, i}
- {#if i < Math.floor(item?.analystScore)}
-
- {:else}
-
- {/if}
- {/each}
-
-
- ({item?.analystScore !== null
- ? item?.analystScore
- : 0})
-
-
- |
-
- - {item?.analyst?.length > charNumber - ? item?.analyst?.slice(0, charNumber) + "..." - : item?.analyst} - | - -- - | - -- {item?.action_company?.replace( - "Initiates Coverage On", - "Initiates", - )} - | - -
-
-
-
- {#if Math?.ceil(item?.adjusted_pt_prior) !== 0}
- ${Math?.ceil(item?.adjusted_pt_prior)}
-
- ${Math?.ceil(item?.adjusted_pt_current)}
- {:else if Math?.ceil(item?.adjusted_pt_current) !== 0}
- ${Math?.ceil(item?.adjusted_pt_current)}
- {/if}
-
- |
-
-
-
- {#if latestInfoDate(item?.date)}
-
- {/if}
- {new Date(item?.date).toLocaleString("en-US", {
- month: "short",
- day: "numeric",
- year: "numeric",
- daySuffix: "2-digit",
- })}
-
- |
-
| Analyst | +Firm | +Rating | +Action | +Price Target | + +Date | +
|
+
+ {item?.analyst_name}
+
+
+
+
+ {#each Array.from({ length: 5 }) as _, i}
+ {#if i < Math.floor(item?.analystScore)}
+
+ {:else}
+
+ {/if}
+ {/each}
+
+
+ ({item?.analystScore !== null
+ ? item?.analystScore
+ : 0})
+
+
+ |
+
+ + {item?.analyst?.length > charNumber + ? item?.analyst?.slice(0, charNumber) + "..." + : item?.analyst} + | + ++ + | + ++ {item?.action_company?.replace( + "Initiates Coverage On", + "Initiates", + )} + | + +
+
+
+
+ {#if Math?.ceil(item?.adjusted_pt_prior) !== 0}
+ ${Math?.ceil(item?.adjusted_pt_prior)}
+
+ ${Math?.ceil(item?.adjusted_pt_current)}
+ {:else if Math?.ceil(item?.adjusted_pt_current) !== 0}
+ ${Math?.ceil(item?.adjusted_pt_current)}
+ {/if}
+
+ |
+
+
+
+ {#if latestInfoDate(item?.date)}
+
+ {/if}
+ {new Date(item?.date).toLocaleString("en-US", {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ daySuffix: "2-digit",
+ })}
+
+ |
+