Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/pages/token/RwaCompetitionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,12 @@ export const RwaCompetitionPanel = () => {
</div>

<span tw="text-small text-color-text-0">
Starting on April 14th, winners of each week can claim rewards and check eligibility
<a href="https://dydx-unlimited-lp.webflow.io/bonk-trading-competition-claims" target="_blank" rel="noopener noreferrer">here</a>. Rewards are distributed within 30 days of a valid claim and must be claimed
Starting on April 14th, winners of each week can claim rewards and check
eligibility{' '}
<Link href="https://dydx-unlimited-lp.webflow.io/bonk-trading-competition-claims" isInline>
here
</Link>
. Rewards are distributed within 30 days of a valid claim and must be claimed
within 30 days after the trading competition ends.
</span>
</div>
Expand Down
Loading