From dbbf32b8173b2f85599c6bc29160c9de9aa54ebc Mon Sep 17 00:00:00 2001 From: Luka Buzaladze Date: Sun, 12 Apr 2026 20:51:28 -0400 Subject: [PATCH] Fix minor leaderboard copy --- src/pages/token/RewardsPage.tsx | 4 +--- src/pages/token/RwaCompetitionPanel.tsx | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/token/RewardsPage.tsx b/src/pages/token/RewardsPage.tsx index bbf6e4935..035562943 100644 --- a/src/pages/token/RewardsPage.tsx +++ b/src/pages/token/RewardsPage.tsx @@ -100,15 +100,13 @@ const RewardsPage = () => { content: , label: (
- RWA Trading Competition + RWA Trading Competition{weekLabel ? ` / ${weekLabel}` : ''} {hasEnded ? ( {stringGetter({ key: STRING_KEYS.ENDED })} ) : endingSoon ? ( {daysRemaining} {daysRemaining === 1 ? 'day' : 'days'} left - ) : weekLabel ? ( - {weekLabel} ) : null}
), diff --git a/src/pages/token/RwaCompetitionPanel.tsx b/src/pages/token/RwaCompetitionPanel.tsx index 8a4558401..0a29b421c 100644 --- a/src/pages/token/RwaCompetitionPanel.tsx +++ b/src/pages/token/RwaCompetitionPanel.tsx @@ -80,6 +80,12 @@ export const RwaCompetitionPanel = () => {
  • Leaderboard updates multiple times daily
  • + + + Starting on April 14th, winners of each week can claim rewards and check eligibility + here. Rewards are distributed within 30 days of a valid claim and must be claimed + within 30 days after the trading competition ends. + {!hasEnded && (