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
href="/potus-tracker"
class="text-start w-full text-[1rem] text-white ml-4 mt-4"
>Potus Tracker</a
>POTUS Tracker</a
>
</Button>
@ -1128,7 +1128,7 @@
<a
href="/potus-tracker"
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"
>
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
<a href="/heatmap"
<a href="/potus-tracker"
><div
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
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]">
<h3 class="text-xl text-white font-semibold mb-3">
Latest Legislations
Executive Orders
</h3>
<div class="overflow-y-auto max-h-[1000px]">
{#each executiveOrders as item}
@ -381,7 +381,7 @@
? 'bg-emerald-500'
: item?.sentiment === 'Bearish'
? '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}
</span>