remove dark pool section

This commit is contained in:
MuslemRahimi 2025-01-21 10:24:41 +01:00
parent 69fcb5171b
commit 9a5b655887
4 changed files with 2 additions and 43 deletions

View File

@ -730,18 +730,6 @@
>Options Flow</a
>
</Button>
<Button
builders={[builder]}
type="submit"
class="w-full bg-[#141417] hover:bg-[#141417]"
>
<a
href="/dark-pool-flow"
class="text-start w-full text-[1rem] text-white ml-4 mt-4"
>Dark Pool Flow</a
>
</Button>
</div>
</Sheet.Close>
</Accordion.Content>
@ -1172,11 +1160,6 @@
class="text-[1rem] text-white ml-4 mt-4"
>Options Flow</a
>
<a
href="/dark-pool-flow"
class="text-[1rem] text-white ml-4 mt-4"
>Dark Pool Flow</a
>
</div>
</Accordion.Content>
</Accordion.Item>

View File

@ -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
</a>
<a
href={`/etf/${$etfTicker}/dark-pool`}
on:click={() => 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
</a>
<a
href={`/etf/${$etfTicker}/insider`}
on:click={() => changeSection("insider")}

View File

@ -20,10 +20,6 @@
title: "Options Flow",
link: "/options-flow",
},
{
title: "Dark Pool Flow",
link: "/dark-pool-flow",
},
{
title: "Earnings",
link: "/earnings-calendar",

View File

@ -951,16 +951,7 @@
>
Options
</a>
<a
href={`/stocks/${$stockTicker}/dark-pool`}
on:click={() => 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
</a>
<a
href={`/stocks/${$stockTicker}/insider`}
on:click={() => changeSection("insider")}