diff --git a/src/app/matches/[id]/page.tsx b/src/app/matches/[id]/page.tsx index 1665684..77507e2 100644 --- a/src/app/matches/[id]/page.tsx +++ b/src/app/matches/[id]/page.tsx @@ -89,7 +89,7 @@ export default async function MatchDetailPage({ params }: PageProps) { {/* Table Square - Larger with more padding */}
{match.team1P1.name} @@ -107,7 +107,7 @@ export default async function MatchDetailPage({ params }: PageProps) {
@@ -125,7 +125,7 @@ export default async function MatchDetailPage({ params }: PageProps) {
{match.team1P2.name} @@ -142,7 +142,7 @@ export default async function MatchDetailPage({ params }: PageProps) {
{match.team2P1.name}