Skip to content

Commit

Permalink
Merge pull request #215 from osu-tournament-rating/fix/teamSize-renaming
Browse files Browse the repository at this point in the history
Searchbar teamSize rename to lobbySize
  • Loading branch information
hburn7 authored Aug 24, 2024
2 parents 45a767b + 1662c41 commit fade233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SearchBar/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function SearchBar({ setIsSeachBarOpen }) {
{mode[tournament.ruleset]}
</div>
<div className={styles.format}>
{tournament.teamSize}v{tournament.teamSize}
{tournament.lobbySize}v{tournament.lobbySize}
</div>
</div>
</div>
Expand Down

0 comments on commit fade233

Please sign in to comment.