Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Always show the disclameir in the rewards sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-garcia committed Jun 21, 2021
1 parent bb21de2 commit 767dc29
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/views/shared/rewards-sidenav/rewards-sidenav.view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,12 @@ function RewardsSidenav ({
}
</div>
</div>
{
accountEligibilityTask.data && (
<div className={classes.infoTextWrapper}>
<InfoGreyIcon className={classes.infoIcon} />
<p className={classes.infoText}>
Values are estimated and updated once per day. You will receive your reward at the end of the program.
</p>
</div>
)
}
<div className={classes.infoTextWrapper}>
<InfoGreyIcon className={classes.infoIcon} />
<p className={classes.infoText}>
Values are estimated and updated once per day. You will receive your reward at the end of the program.
</p>
</div>
<a
className={classes.moreInfoLink}
href={AIRDROP_MORE_INFO_URL}
Expand Down

0 comments on commit 767dc29

Please sign in to comment.