From 7f878a12e4869edb18bb737673144c659bd89e0a Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 25 Oct 2024 19:12:51 +0200 Subject: [PATCH] navbar fix --- src/routes/stocks/[tickerID]/+layout.svelte | 8 +++----- src/routes/stocks/[tickerID]/dividends/+layout.svelte | 11 +++++++++++ src/routes/stocks/[tickerID]/options/+layout.svelte | 11 +++++++++++ src/routes/stocks/[tickerID]/statistics/+page.svelte | 4 ++-- 4 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 src/routes/stocks/[tickerID]/dividends/+layout.svelte create mode 100644 src/routes/stocks/[tickerID]/options/+layout.svelte diff --git a/src/routes/stocks/[tickerID]/+layout.svelte b/src/routes/stocks/[tickerID]/+layout.svelte index a76685c5..a10f38eb 100644 --- a/src/routes/stocks/[tickerID]/+layout.svelte +++ b/src/routes/stocks/[tickerID]/+layout.svelte @@ -104,6 +104,7 @@ function handleTypeOfTrade(state:string) options: "/options", dividends: "/dividends", statistics: "/statistics", + metrics: "metrics", forecast: "/forecast", financials: "/financials", news: "/news", @@ -754,13 +755,10 @@ function handleTypeOfTrade(state:string)