Moved podium and fixed create button

This commit is contained in:
2026-02-22 17:05:04 +01:00 Verified
parent 61200c9c12
commit f5dac3b1c8
4 changed files with 7 additions and 7 deletions
@@ -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);