This commit is contained in:
Maximilian Schneider 2021-07-22 21:07:30 +02:00
parent 8cbd5a0950
commit 60d4ed7b11
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const Index = () => {
<NavBarBeta />
<Notifications />
{startIdo?.isAfter() && <ContributionPage />}
{startIdo?.isBefore && endIdo?.isAfter() && <ContributionPage />}
{startIdo?.isBefore() && endIdo?.isAfter() && <ContributionPage />}
{endIdo?.isBefore() && <RedeemPage />}
<FooterSection />
<div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div>