Skip to content

Commit

Permalink
🪄 [QA] Update stage environments (#901)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
  • Loading branch information
Shadowfiend committed Jan 12, 2024
2 parents 5b942b9 + 10d7af8 commit 42339ef
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 Jan 15 2024.
in Season 1. You can still claim your XP until Jan 28 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 Jan 15 2024
Claiming will be live till Jan 28 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 Jan 15 2024"
? "Beta is over, claim XP till Jan 28 2024"
: timeRemaining}
</div>
</div>
Expand Down

0 comments on commit 42339ef

Please sign in to comment.