Skip to content

Commit

Permalink
releasef fixing title name for this ssn
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Nov 17, 2023
1 parent 9713a38 commit f3d9efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/TableFilter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const TableFilter = ({
className="text-lg font-light mr-2"
style={{ color: r1TitleColor }}
>
Obsidian Gladiator: Dragonflight Season 2 - Rating: {ctRating}
Verdant Gladiator: Dragonflight Season 2 - Rating: {ctRating}
</span>
</div>
);
Expand All @@ -86,7 +86,7 @@ const TableFilter = ({
className="text-lg font-light mr-2"
style={{ color: r1TitleColor }}
>
Hero of the Alliance & Horde: Obsidian - Rating: {ctRating}
Hero of the Alliance & Horde: Verdant - Rating: {ctRating}
</span>
</div>
);
Expand Down

0 comments on commit f3d9efa

Please sign in to comment.