Skip to content

Commit

Permalink
chore: update winner copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Feb 3, 2024
1 parent c66b2cf commit c4fb37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/PublicSale/LuckyMoneyWinner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const LuckyMoneyWinner = () => {
<strong>
{formatNameOrAddress(winner?.user.twitter_name || '---')}
</strong>{' '}
just snatched a red packet successfully and{' '}
<strong>got {winner?.bvm_amount || '--'} BVM</strong>.
is the lucky man. Just snatched a red packet{' '}
<strong>with {winner?.bvm_amount || '--'} BVM inside</strong>.
</div>
<div className={s.time}>
{winner?.updated_at
Expand Down

0 comments on commit c4fb37c

Please sign in to comment.