add dark pool flow
This commit is contained in:
parent
527ea16113
commit
d74e409f85
@ -695,6 +695,17 @@
|
|||||||
>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>
|
||||||
@ -1132,6 +1143,11 @@
|
|||||||
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>
|
||||||
|
|||||||
@ -128,11 +128,11 @@
|
|||||||
class="text-center mb-10 relative w-fit flex justify-center m-auto text-white"
|
class="text-center mb-10 relative w-fit flex justify-center m-auto text-white"
|
||||||
>
|
>
|
||||||
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
|
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
|
||||||
<a href="/market-flow/sector-flow"
|
<a href="/dark-pool-flow"
|
||||||
><div
|
><div
|
||||||
class="flex items-center justify-center sm:hover:text-white text-blue-400"
|
class="flex items-center justify-center sm:hover:text-white text-blue-400"
|
||||||
>
|
>
|
||||||
<div class="text-lg sm:text-xl font-semibold">Sector Flow</div>
|
<div class="text-lg sm:text-xl font-semibold">Dark Pool Flow</div>
|
||||||
<div
|
<div
|
||||||
class="-mt-2 ml-1 -rotate-6 rounded-lg bg-red-500 px-1 py-0.5 text-xs font-semibold text-white"
|
class="-mt-2 ml-1 -rotate-6 rounded-lg bg-red-500 px-1 py-0.5 text-xs font-semibold text-white"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user