diff --git a/frontend/index.html b/frontend/index.html
index 15e1d73..74c5b4a 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -6,13 +6,13 @@
-
+
VolleyManager
-
-
+
+
diff --git a/frontend/src/components/Bracket/BracketView.jsx b/frontend/src/components/Bracket/BracketView.jsx
index 28728cc..e7c5450 100644
--- a/frontend/src/components/Bracket/BracketView.jsx
+++ b/frontend/src/components/Bracket/BracketView.jsx
@@ -24,7 +24,7 @@ export default function BracketView({ matches, onMatchClick }) {
const ex = r2.left - container.left, ey = r2.top + r2.height / 2 - container.top;
const c1 = sx + (ex - sx) / 2;
newLines.push(
-
+
);
}
}
@@ -119,7 +119,7 @@ export default function BracketView({ matches, onMatchClick }) {
}
return (
-