Skip to content

Commit

Permalink
fix: new stip rule
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jul 12, 2024
1 parent c4af43b commit dec2c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Campaign/components/Information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const howToEarnPoints = (week: number) => ({
</Text>{' '}
{week > 28 ? (
<ul style={{ margin: 0 }}>
<li>{`The transaction needs to be executed in the 10 minutes after clicking the “Swap” button in order to receive points & rewards.`}</li>
<li>{`The transaction needs to be executed in the 20 minutes after clicking the “Swap” button in order to receive points & rewards.`}</li>
<li>Please ensure you thoroughly read our Terms & Conditions before you begin earning points.</li>
</ul>
) : (
Expand Down

0 comments on commit dec2c06

Please sign in to comment.