remove dark pool section
This commit is contained in:
parent
69fcb5171b
commit
9a5b655887
@ -730,18 +730,6 @@
|
|||||||
>Options Flow</a
|
>Options Flow</a
|
||||||
>
|
>
|
||||||
</Button>
|
</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>
|
</div>
|
||||||
</Sheet.Close>
|
</Sheet.Close>
|
||||||
</Accordion.Content>
|
</Accordion.Content>
|
||||||
@ -1172,11 +1160,6 @@
|
|||||||
class="text-[1rem] text-white ml-4 mt-4"
|
class="text-[1rem] text-white ml-4 mt-4"
|
||||||
>Options Flow</a
|
>Options Flow</a
|
||||||
>
|
>
|
||||||
<a
|
|
||||||
href="/dark-pool-flow"
|
|
||||||
class="text-[1rem] text-white ml-4 mt-4"
|
|
||||||
>Dark Pool Flow</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</Accordion.Content>
|
</Accordion.Content>
|
||||||
</Accordion.Item>
|
</Accordion.Item>
|
||||||
|
|||||||
@ -69,7 +69,6 @@
|
|||||||
const sectionMap = {
|
const sectionMap = {
|
||||||
insider: "/insider",
|
insider: "/insider",
|
||||||
options: "/options",
|
options: "/options",
|
||||||
"dark-pool": "/dark-pool",
|
|
||||||
dividends: "/dividends",
|
dividends: "/dividends",
|
||||||
statistics: "/statistics",
|
statistics: "/statistics",
|
||||||
metrics: "metrics",
|
metrics: "metrics",
|
||||||
@ -344,7 +343,6 @@
|
|||||||
holdings: "holdings",
|
holdings: "holdings",
|
||||||
options: "options",
|
options: "options",
|
||||||
options: "options",
|
options: "options",
|
||||||
"dark-pool": "dark-pool",
|
|
||||||
insider: "insider",
|
insider: "insider",
|
||||||
dividends: "dividends",
|
dividends: "dividends",
|
||||||
history: "history",
|
history: "history",
|
||||||
@ -888,16 +886,7 @@
|
|||||||
>
|
>
|
||||||
Options
|
Options
|
||||||
</a>
|
</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
|
<a
|
||||||
href={`/etf/${$etfTicker}/insider`}
|
href={`/etf/${$etfTicker}/insider`}
|
||||||
on:click={() => changeSection("insider")}
|
on:click={() => changeSection("insider")}
|
||||||
|
|||||||
@ -20,10 +20,6 @@
|
|||||||
title: "Options Flow",
|
title: "Options Flow",
|
||||||
link: "/options-flow",
|
link: "/options-flow",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Dark Pool Flow",
|
|
||||||
link: "/dark-pool-flow",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Earnings",
|
title: "Earnings",
|
||||||
link: "/earnings-calendar",
|
link: "/earnings-calendar",
|
||||||
|
|||||||
@ -951,16 +951,7 @@
|
|||||||
>
|
>
|
||||||
Options
|
Options
|
||||||
</a>
|
</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
|
<a
|
||||||
href={`/stocks/${$stockTicker}/insider`}
|
href={`/stocks/${$stockTicker}/insider`}
|
||||||
on:click={() => changeSection("insider")}
|
on:click={() => changeSection("insider")}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user