Skip to content

Commit

Permalink
Update airdrop logic
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Jun 1, 2024
1 parent 8b5ac7e commit b51630a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Component ({ airdropInfo, className }: Props) {
>
<div className='__time-line-legend-item-name'>{t('Snapshot')}</div>
<div className='__time-line-legend-item-date'>
{customFormatDate(airdropInfo.start_snapshot, '#DD#/#MM#')}
{customFormatDate(airdropInfo.end_snapshot, '#DD#/#MM#')}
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Component ({ className, item, onExplore }: Props) {
</div>

<div className={'__description'}>
{isComingSoon ? '' : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum'}
{isComingSoon ? '' : 'The airdrop is based on users\' contributions and achievements, with different raffle entries. Earn raffles by being a top NPS Holder, inviting friends, or joining mini-events on Playnation\'s social channel.'}
</div>

<div className='__buttons'>
Expand Down

0 comments on commit b51630a

Please sign in to comment.