Skip to content

Commit

Permalink
fix season title
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Feb 17, 2025
1 parent 321471f commit ba1f063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/leaderboard/SeasonTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const SeasonTable = ({
{isDSTournamentActive
? "Dark Shuffle Tournament"
: seasonActive
? "Opus Season 1"
? "Opus Season 2"
: "Season Ended"}
</h4>
{(isDSTournamentActive || seasonActive) && (
Expand Down

0 comments on commit ba1f063

Please sign in to comment.