Skip to content

Commit

Permalink
chore: add period
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Dec 31, 2024
1 parent 45fdcc4 commit 65d6c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AdTradingCompetition = (props: AdPlayerProps & { token: 'aitech' |
<AdCard imageUrl={getImageUrl(tradingCompetitionConfig[token].imgUrl)} {...rest}>
<BodyText mb="0">
{t('Swap %token% to win a share of', { token: token.toUpperCase() })}{' '}
{unit === '$' ? `$${reward}` : `${reward} ${unit}`}{' '}
{unit === '$' ? `$${reward}` : `${reward} ${unit}`}.{' '}
<Link fontSize="inherit" href={tradingCompetitionConfig[token].swapUrl} color="secondary" bold>
{t('Swap Now')}
</Link>
Expand Down

0 comments on commit 65d6c1c

Please sign in to comment.