ui fixes
This commit is contained in:
parent
1de09d131e
commit
100d50b98d
@ -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>
|
||||||
|
|||||||
@ -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)} ·
|
>{formatDate(item?.date)}
|
||||||
|
<!--
|
||||||
|
·
|
||||||
<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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user