ui fix & update sitemap

This commit is contained in:
MuslemRahimi 2025-02-15 01:44:39 +01:00
parent 14c0d53c39
commit 215ec87008
2 changed files with 3 additions and 2 deletions

View File

@ -128,11 +128,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="/potus-tracker"
<a href="/market-flow/sector-flow"
><div
class="flex items-center justify-center sm:hover:text-white text-blue-400"
>
<div class="text-lg sm:text-xl font-semibold">POTUS Tracker</div>
<div class="text-lg sm:text-xl font-semibold">Sector Flow</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

@ -67,6 +67,7 @@ const pages = [
{ title: "/analysts/top-stocks" },
{ title: "/heatmap" },
{ title: "/market-flow" },
{ title: "/market-flow/sector-flow" },
{ title: "/affiliate-program" },
];