show time of token sale

This commit is contained in:
Maximilian Schneider 2021-07-28 20:38:21 +02:00
parent 4379e8b4b0
commit 5639b10a3e
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ const HeroSectionLead = () => {
<h2 className="mb-8 text-7xl text-white font-bold font-heading">
<GradientText>WEN</GradientText> TOKEN?
</h2>
<p className="mb-8 text-7xl">{startIdo?.fromNow()}</p>
<p className="mb-8 text-2xl">
{startIdo.format('dddd, MMMM Do YYYY')}
</p>
</div>
</div>
</div>