This commit is contained in:
MuslemRahimi 2025-01-30 09:48:14 +01:00
parent 77e76dc0ec
commit 867f2eb973
3 changed files with 6 additions and 6 deletions

View File

@ -671,7 +671,7 @@
<a <a
href="/potus-tracker" href="/potus-tracker"
class="text-start w-full text-[1rem] text-white ml-4 mt-4" class="text-start w-full text-[1rem] text-white ml-4 mt-4"
>Potus Tracker</a >POTUS Tracker</a
> >
</Button> </Button>
@ -1128,7 +1128,7 @@
<a <a
href="/potus-tracker" href="/potus-tracker"
class="text-[1rem] text-white ml-4 mt-4" class="text-[1rem] text-white ml-4 mt-4"
>Potus Tracker</a >POTUS Tracker</a
> >
<!-- <!--

View File

@ -125,11 +125,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="/heatmap" <a href="/potus-tracker"
><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">S&P500 Heatmap</div> <div class="text-lg sm:text-xl font-semibold">POTUS Tracker</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"
> >

View File

@ -369,7 +369,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]">
<h3 class="text-xl text-white font-semibold mb-3"> <h3 class="text-xl text-white font-semibold mb-3">
Latest Legislations Executive Orders
</h3> </h3>
<div class="overflow-y-auto max-h-[1000px]"> <div class="overflow-y-auto max-h-[1000px]">
{#each executiveOrders as item} {#each executiveOrders as item}
@ -381,7 +381,7 @@
? 'bg-emerald-500' ? 'bg-emerald-500'
: item?.sentiment === 'Bearish' : item?.sentiment === 'Bearish'
? 'bg-red-600' ? 'bg-red-600'
: 'bg-yellow-600'} text-white px-4 py-1 rounded text-sm font-medium" : 'bg-[#6c757d]'} text-white px-4 py-1 rounded text-sm font-medium"
> >
{item?.sentiment} {item?.sentiment}
</span> </span>