diff --git a/src/routes/analysts/top-stocks/+page.svelte b/src/routes/analysts/top-stocks/+page.svelte index f22ccf4e..8f895989 100644 --- a/src/routes/analysts/top-stocks/+page.svelte +++ b/src/routes/analysts/top-stocks/+page.svelte @@ -2,7 +2,7 @@ import { numberOfUnreadNotification } from "$lib/store"; import Table from "$lib/components/Table/Table.svelte"; import UpgradeToPro from "$lib/components/UpgradeToPro.svelte"; - import ArrowLogo from "lucide-svelte/icons/move-up-right"; + import Infobox from "$lib/components/Infobox.svelte"; export let data; @@ -76,31 +76,13 @@ >
-

+

Top Strong Buy Stocks

-

- The "Strong Buy" stocks according to the best performing Wall - Street analysts. -

-
- - Strong Buy stocks by top-rated analysts with a star rating of 4 or above, - known for their exceptional accuracy and returns. Stocks are ranked based - on the volume of analyst ratings. -
+ +
-
- - - - We update our data in realtime to provide you with the latest stock picks - of Jim Cramer. -
+ + +
-
+ +
diff --git a/src/routes/etf/etf-providers/+layout.svelte b/src/routes/etf/etf-providers/+layout.svelte index d13b9ea4..6c36a545 100644 --- a/src/routes/etf/etf-providers/+layout.svelte +++ b/src/routes/etf/etf-providers/+layout.svelte @@ -59,7 +59,7 @@