Skip to content

Commit 13c5f8f

Browse files
committed
update season table name
1 parent 4d2bee3 commit 13c5f8f

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
@@ -107,7 +107,7 @@ const SeasonTable = ({
107107
{isDSTournamentActive
108108
? "Dark Shuffle Tournament"
109109
: seasonActive
110-
? "Current Season"
110+
? "Opus Season 1"
111111
: "Season Ended"}
112112
</h4>
113113
{(isDSTournamentActive || seasonActive) && (

0 commit comments

Comments
 (0)