This commit is contained in:
MuslemRahimi 2025-02-09 15:32:50 +01:00
parent 7784d8eb7b
commit 286cceaac9
2 changed files with 6 additions and 4 deletions

View File

@ -25,8 +25,8 @@
<article <article
class="z-5 relative mx-1 -mt-10 rounded-t-md bg-default p-3 xs:p-4 lg:-mt-16 lg:ml-3 lg:p-5 xl:mx-4" class="z-5 relative mx-1 -mt-10 rounded-t-md bg-default p-3 xs:p-4 lg:-mt-16 lg:ml-3 lg:p-5 xl:mx-4"
> >
<header class="pb-3 border-b-[2px] border-white w-full min-w-[850px] max-w-[850px]"> <header class="pb-3 border-b-[2px] border-white w-full sm:min-w-[850px] sm:max-w-[850px]">
<h1 class="mb-3 text-3xl font-bold text-white md:text-4xl "> <h1 class="mb-3 text-2xl sm:text-3xl font-bold text-white md:text-4xl ">
{article?.title} {article?.title}
</h1> </h1>
<div class="text-white"> <div class="text-white">
@ -57,8 +57,10 @@
<div class="text-lg mt-4"> <div class="text-lg mt-4">
<div class="content"> <div class="content">
{@html article?.description} {@html article?.description}
</div> </div>

View File

@ -512,7 +512,7 @@
</label> </label>
<InfoModal <InfoModal
title={"Market Tide"} title={"Market Tide"}
content={"Market Tide evaluates the balance between advancing and declining stocks by analyzing SPY price movements, net call premiums, and net put premiums, providing a real-time snapshot of market sentiment and momentum. <a href='/learning-center/market-tide' class='text-blue-400 sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4'>Learn more</a>"} content={"Market Tide evaluates the balance between advancing and declining stocks by analyzing SPY price movements, net call premiums, and net put premiums, providing a real-time snapshot of market sentiment and momentum. <a href='/learning-center/article/market-sentiment-through-options-activity-riding-the-tide' class='text-blue-400 sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4'>Learn more</a>"}
id={"marketTideInfo"} id={"marketTideInfo"}
/> />
</div> </div>