This commit is contained in:
FURRO404
2026-06-21 03:47:16 -07:00
parent 5546aa81eb
commit 6f0760788c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4077,8 +4077,8 @@ function TournamentBracketSide({ side, navigate, highlight, onHover }) {
onClick={() => setCollapsed((value) => !value)}
type="button"
>
<span aria-hidden="true" className={`bracket-caret${collapsed ? ' is-collapsed' : ''}`}></span>
{side.label}
<span aria-hidden="true" className={`bracket-caret${collapsed ? ' is-collapsed' : ''}`}></span>
</button>
{collapsed ? null : (
<BracketViewport>