diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 80023da2..2f90b1a1 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -730,18 +730,6 @@
>Options Flow
-
-
@@ -1172,11 +1160,6 @@
class="text-[1rem] text-white ml-4 mt-4"
>Options Flow
- Dark Pool Flow
diff --git a/src/routes/etf/[tickerID]/+layout.svelte b/src/routes/etf/[tickerID]/+layout.svelte
index b41b61ee..8a748383 100644
--- a/src/routes/etf/[tickerID]/+layout.svelte
+++ b/src/routes/etf/[tickerID]/+layout.svelte
@@ -69,7 +69,6 @@
const sectionMap = {
insider: "/insider",
options: "/options",
- "dark-pool": "/dark-pool",
dividends: "/dividends",
statistics: "/statistics",
metrics: "metrics",
@@ -344,7 +343,6 @@
holdings: "holdings",
options: "options",
options: "options",
- "dark-pool": "dark-pool",
insider: "insider",
dividends: "dividends",
history: "history",
@@ -888,16 +886,7 @@
>
Options
- changeSection("dark-pool")}
- class="p-2 px-5 cursor-pointer {displaySection ===
- 'dark-pool'
- ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95] font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}"
- >
- Dark Pool
-
+
changeSection("insider")}
diff --git a/src/routes/sitemap/+page.svelte b/src/routes/sitemap/+page.svelte
index 8cf0c65d..71811b41 100644
--- a/src/routes/sitemap/+page.svelte
+++ b/src/routes/sitemap/+page.svelte
@@ -20,10 +20,6 @@
title: "Options Flow",
link: "/options-flow",
},
- {
- title: "Dark Pool Flow",
- link: "/dark-pool-flow",
- },
{
title: "Earnings",
link: "/earnings-calendar",
diff --git a/src/routes/stocks/[tickerID]/+layout.svelte b/src/routes/stocks/[tickerID]/+layout.svelte
index a73ab78c..c6e63b0e 100644
--- a/src/routes/stocks/[tickerID]/+layout.svelte
+++ b/src/routes/stocks/[tickerID]/+layout.svelte
@@ -951,16 +951,7 @@
>
Options
- changeSection("dark-pool")}
- class="p-2 px-5 cursor-pointer {displaySection ===
- 'dark-pool'
- ? 'text-white bg-secondary sm:hover:bg-opacity-[0.95] font-semibold'
- : 'text-gray-400 sm:hover:text-white sm:hover:bg-secondary sm:hover:bg-opacity-[0.95]'}"
- >
- Dark Pool
-
+
changeSection("insider")}