add time to launch date

This commit is contained in:
Maximilian Schneider 2021-07-29 13:13:08 +02:00
parent 5639b10a3e
commit 6796d64585
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const HeroSectionLead = () => {
<GradientText>WEN</GradientText> TOKEN?
</h2>
<p className="mb-8 text-2xl">
{startIdo.format('dddd, MMMM Do YYYY')}
{startIdo.format('dddd, MMMM Do YYYY, h:mm:ss a')}
</p>
</div>
</div>