This commit is contained in:
MuslemRahimi 2025-01-19 00:59:04 +01:00
parent 1de09d131e
commit 100d50b98d
2 changed files with 8 additions and 5 deletions

View File

@ -87,7 +87,7 @@
<label
class="mr-1 cursor-pointer flex flex-row items-center text-white text-2xl font-bold"
>
News
<h2>News</h2>
</label>
</div>
</div>

View File

@ -49,7 +49,7 @@
for="whyPriceMovedInfo"
class="mr-1 cursor-pointer flex flex-row items-center text-white text-2xl font-bold"
>
Why Price Moved
<h2>Why Price Moved</h2>
</label>
<InfoModal
title={"Why Price Moved"}
@ -86,14 +86,17 @@
<div class="flex flex-col items-start">
<div class="flex flex-row items-start w-full">
<span class="text-white text-sm"
>{formatDate(item?.date)} &#183;
>{formatDate(item?.date)}
<!--
&#183;
<a
href={item?.url}
class="inline-block text-sm text-white sm:hover:underline sm:hover:underline-offset-4"
>
Source
</a></span
>
</a>
-->
</span>
{#if latestInfoDate(item?.date)}
<label
class="bg-[#fff] rounded text-black font-semibold text-xs px-2 py-0.5 ml-3"