update path
This commit is contained in:
parent
ef9fdca0b6
commit
8937c97d33
@ -723,6 +723,26 @@
|
||||
<Accordion.Content
|
||||
class="border-l border-gray-500 ml-2 mt-5"
|
||||
>
|
||||
|
||||
<Sheet.Close asChild let:builder>
|
||||
<div class="flex flex-col items-start">
|
||||
|
||||
<Button
|
||||
builders={[builder]}
|
||||
type="submit"
|
||||
class="w-full dark:bg-[#18181B]"
|
||||
>
|
||||
<a
|
||||
href="/options-calculator"
|
||||
class="text-start w-full text-[1rem] text-muted dark:text-white ml-4 mt-4"
|
||||
>Options Calculator</a
|
||||
>
|
||||
</Button>
|
||||
|
||||
|
||||
</div>
|
||||
</Sheet.Close>
|
||||
|
||||
<Sheet.Close asChild let:builder>
|
||||
<div class="flex flex-col items-start">
|
||||
|
||||
@ -1187,6 +1207,12 @@
|
||||
<div class="flex flex-col items-start">
|
||||
|
||||
|
||||
<a
|
||||
href="/options-calculator"
|
||||
class="text-[1rem] text-muted dark:text-white ml-4 mt-4"
|
||||
>Options Calculator</a
|
||||
>
|
||||
|
||||
<a
|
||||
href="/potus-tracker"
|
||||
class="text-[1rem] text-muted dark:text-white ml-4 mt-4"
|
||||
|
||||
@ -106,12 +106,12 @@
|
||||
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-3">
|
||||
<a href="/analysts/analyst-flow"
|
||||
<a href="/options-calculator"
|
||||
><div
|
||||
class="flex items-center justify-center sm:hover:text-muted dark:sm:hover:text-white text-blue-700 dark:text-blue-400"
|
||||
>
|
||||
<div class="text-lg sm:text-xl font-semibold">
|
||||
Analysts Realtime Flow
|
||||
Options Calculator
|
||||
</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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user