This commit is contained in:
MuslemRahimi 2025-02-27 00:08:55 +01:00
parent 4c558fa4ac
commit 2cf0e7d68c

View File

@ -315,7 +315,7 @@
></div> ></div>
<nav <nav
class=" border-b-[2px] whitespace-nowrap mt-10 sm:mt-6 overflow-hidden" class="border-b-[2px] whitespace-nowrap mt-10 sm:mt-6 overflow-x-auto no-scrollbar"
> >
<ul <ul
class="flex flex-row items-center w-full text-[1rem] text-white" class="flex flex-row items-center w-full text-[1rem] text-white"
@ -761,7 +761,7 @@
<div class="order-4 flex-shrink-0 lg:float-right lg:w-[336px]"> <div class="order-4 flex-shrink-0 lg:float-right lg:w-[336px]">
<div <div
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100" class="w-full text-white border border-gray-800 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100"
> >
<a <a
href={`/newsletter`} href={`/newsletter`}
@ -780,7 +780,7 @@
</div> </div>
<div <div
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100" class="w-full text-white border border-gray-800 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100"
> >
<a <a
href={"/stock-screener"} href={"/stock-screener"}
@ -797,7 +797,7 @@
</a> </a>
</div> </div>
<div <div
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100" class="w-full text-white border border-gray-800 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100"
> >
<a <a
href={"/watchlist/stocks"} href={"/watchlist/stocks"}