diff --git a/src/routes/list/+layout.svelte b/src/routes/list/+layout.svelte index 291b6692..027a8491 100644 --- a/src/routes/list/+layout.svelte +++ b/src/routes/list/+layout.svelte @@ -235,37 +235,6 @@ const combinedNavigation = navigation?.concat(updatedNavigation); - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Stock - Lists · Stocknear - - - - - - - - - - - - - - - - -
diff --git a/src/routes/list/+page.svelte b/src/routes/list/+page.svelte index 11968d6a..3515498b 100644 --- a/src/routes/list/+page.svelte +++ b/src/routes/list/+page.svelte @@ -1,3 +1,12 @@ + + + +
diff --git a/src/routes/list/faang/+page.svelte b/src/routes/list/faang/+page.svelte index 633019a5..77ff3acc 100644 --- a/src/routes/list/faang/+page.svelte +++ b/src/routes/list/faang/+page.svelte @@ -2,6 +2,8 @@ import { abbreviateNumber } from "$lib/utils"; import Table from "$lib/components/Table/Table.svelte"; import Infobox from "$lib/components/Infobox.svelte"; + import SEO from "$lib/components/SEO.svelte"; + export let data; let rawData = data?.getFAANG; @@ -11,6 +13,11 @@ rawData?.reduce((total, stock) => total + stock?.revenue, 0) ?? 0; + +
import Table from "$lib/components/Table/Table.svelte"; import Infobox from "$lib/components/Infobox.svelte"; + import SEO from "$lib/components/SEO.svelte"; export let data; @@ -26,6 +27,11 @@ ]); + +
import Table from "$lib/components/Table/Table.svelte"; import Infobox from "$lib/components/Infobox.svelte"; + import SEO from "$lib/components/SEO.svelte"; export let data; @@ -26,6 +27,11 @@ ]); + +
import Table from "$lib/components/Table/Table.svelte"; import Infobox from "$lib/components/Infobox.svelte"; + import SEO from "$lib/components/SEO.svelte"; export let data; @@ -26,6 +27,11 @@ ]); + +
import Table from "$lib/components/Table/Table.svelte"; import Infobox from "$lib/components/Infobox.svelte"; + import SEO from "$lib/components/SEO.svelte"; export let data; @@ -26,6 +27,11 @@ ]); + +
total + stock?.revenue, 0) ?? 0; + +