diff --git a/src/routes/etf/[tickerID]/+layout.svelte b/src/routes/etf/[tickerID]/+layout.svelte index 2154d856..f7cf0e57 100644 --- a/src/routes/etf/[tickerID]/+layout.svelte +++ b/src/routes/etf/[tickerID]/+layout.svelte @@ -70,20 +70,14 @@ insider: "/insider", options: "/options", dividends: "/dividends", - statistics: "/statistics", - metrics: "metrics", - forecast: "/forecast", - financials: "/financials", + holdings: "/holdings", history: "/history", - profile: "/profile", }; if (state !== "overview" && sectionMap[state]) { displaySection = state; - //goto(`/etf/${$etfTicker}${sectionMap[state]}`); } else { displaySection = "overview"; - //goto(`/etf/${$etfTicker}/`); } } @@ -342,7 +336,6 @@ const sectionMap = { holdings: "holdings", options: "options", - options: "options", insider: "insider", dividends: "dividends", history: "history", @@ -380,7 +373,9 @@ class="flex-1 flex-shrink-0 flex flex-row items-center justify-between -mt-2" > import { etfTicker } from "$lib/store"; - import ArrowLogo from "lucide-svelte/icons/move-up-right"; import { formatDate } from "$lib/utils"; export let data; @@ -14,14 +13,14 @@
-
+
-