Skip to content

Commit ba1f063

Browse files
committed
fix season title
1 parent 321471f commit ba1f063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/components/leaderboard/SeasonTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const SeasonTable = ({
125125
{isDSTournamentActive
126126
? "Dark Shuffle Tournament"
127127
: seasonActive
128-
? "Opus Season 1"
128+
? "Opus Season 2"
129129
: "Season Ended"}
130130
</h4>
131131
{(isDSTournamentActive || seasonActive) && (

0 commit comments

Comments
 (0)