Skip to content

Commit

Permalink
fix: wording message
Browse files Browse the repository at this point in the history
  • Loading branch information
galvin96 committed Jan 17, 2025
1 parent a112a8b commit 20e5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Rewards/TaskSuccessModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const TaskSuccessModal = ({ show, onClose }: Props) => {
<Title>Task Completed</Title>
<Box style={{ textAlign: 'center' }}>
<TYPE.black color="text6">
You&apos;ve erned <strong>{formatAmount(rewardsData.points)} IXSurge</strong>.
You&apos;ve earned <strong>{formatAmount(rewardsData.points)} IXSurge</strong>.
</TYPE.black>
<TYPE.black color="text6">Keep going to unlock more rewards!</TYPE.black>
</Box>
Expand Down

0 comments on commit 20e5a56

Please sign in to comment.