Skip to content

Commit

Permalink
Change current week on beta close
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Dec 14, 2023
1 parent 2d9982a commit 5090078
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export default function RealmPanelCountdown() {
)}
<div className="column">
<div className="week">
Week {seasonWeek}{" "}
Week{" "}
{process.env.IS_BETA_CLOSED === "true"
? seasonDuration
: seasonWeek}{" "}
<span style={{ fontSize: 16, color: "var(--secondary-s1-50)" }}>
/ {seasonDuration}
</span>
Expand Down

0 comments on commit 5090078

Please sign in to comment.