diff --git a/src/routes/market-flow/+layout.svelte b/src/routes/market-flow/+layout.svelte
index 4af6c29a..f155342c 100644
--- a/src/routes/market-flow/+layout.svelte
+++ b/src/routes/market-flow/+layout.svelte
@@ -26,12 +26,6 @@
}
-
-
-
-
-
-
@@ -48,9 +42,10 @@
class="relative flex justify-center items-start overflow-hidden w-full"
>
-
+
{activeIdx === 0 ? "Market Flow" : "Sector Flow"}
+
- {#if subActiveIdx === 0}
+ {#if activeIdx === 0}
diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte
index 165db706..d2deaf9c 100644
--- a/src/routes/stocks/[tickerID]/forecast/+page.svelte
+++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte
@@ -1,12 +1,15 @@