diff --git a/app/[gameID]/page.tsx b/app/[gameID]/page.tsx index d873fda..ca4033f 100644 --- a/app/[gameID]/page.tsx +++ b/app/[gameID]/page.tsx @@ -24,7 +24,7 @@ export default function GamePage() { return noGame ? ( ) : ( -
+
diff --git a/app/layout.tsx b/app/layout.tsx index 8ac517f..7c465bb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -25,8 +25,8 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - - + + {children} diff --git a/app/page.tsx b/app/page.tsx index 47667ff..bec5cba 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -16,7 +16,7 @@ export default function Home() { }; return ( -
+

Tarokka

diff --git a/components/Card.tsx b/components/Card.tsx index 77a6103..dc469fc 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -54,7 +54,7 @@ export default function Card({ card, cardIndex }: CardProps) { return (

cards[cardMap[index]]; return ( -
+
{Array.from({ length: 9 }) .map(arrangeCards) .map((card, index) => (