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 <label
class="mr-1 cursor-pointer flex flex-row items-center text-white text-2xl font-bold" class="mr-1 cursor-pointer flex flex-row items-center text-white text-2xl font-bold"
> >
News <h2>News</h2>
</label> </label>
</div> </div>
</div> </div>

View File

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