Skip to content

Commit

Permalink
Update XP claim date (#899)
Browse files Browse the repository at this point in the history
## What has been done

Update XP claim date to Jan 15 2024
  • Loading branch information
michalinacienciala committed Dec 21, 2023
2 parents 9dbb156 + 8a4a57b commit db308a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/DApps/IslandView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function IslandView() {
onClose={() => setBetaEndModalVisible(false)}
>
Thanks for participating in our Beta, we hope you had fun and see you
in Season 1. You can still claim your XP until Dec 21 2023.
in Season 1. You can still claim your XP until Jan 15 2024.
</BetaEndModal>
)}
<IslandComponent />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function RealmDetailsRewards({
{process.env.IS_BETA_CLOSED === "true" && (
<div style={{ marginTop: "10px" }}>
<RealmDetailsChallengeInfo>
Claiming will be live till Dec 21 2023
Claiming will be live till Jan 15 2024
</RealmDetailsChallengeInfo>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function RealmPanelCountdown() {

<div className="time_remaining">
{process.env.IS_BETA_CLOSED === "true"
? "Beta is over, claim XP till Dec 21 2023"
? "Beta is over, claim XP till Jan 15 2024"
: timeRemaining}
</div>
</div>
Expand Down

0 comments on commit db308a2

Please sign in to comment.