diff --git a/frontend/src/components/Bracket/BracketView.jsx b/frontend/src/components/Bracket/BracketView.jsx index cdf9322..28728cc 100644 --- a/frontend/src/components/Bracket/BracketView.jsx +++ b/frontend/src/components/Bracket/BracketView.jsx @@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react'; import MatchCard from "./MatchCard"; -import Podium from './Podium'; +import Podium from "../Tournament/Podium"; export default function BracketView({ matches, onMatchClick }) { const containerRef = useRef(null); diff --git a/frontend/src/components/Layout/Layout.jsx b/frontend/src/components/Layout/Layout.jsx index 55a758f..6fdbf7e 100644 --- a/frontend/src/components/Layout/Layout.jsx +++ b/frontend/src/components/Layout/Layout.jsx @@ -26,7 +26,7 @@ export default function Layout({ darkMode, setDarkMode }) { }; return ( -
+
{/* Create Button */} -
- {isAdmin && ( + {isAdmin && ( +
- )} -
+
+ )} {groups.live.length > 0 && (