diff --git a/app/[gameID]/page.tsx b/app/[gameID]/page.tsx index eb9afbe..630d40d 100644 --- a/app/[gameID]/page.tsx +++ b/app/[gameID]/page.tsx @@ -52,8 +52,6 @@ export default function GamePage() { return cards.length ? (
-

Game ID: {gameID}

-
{Array.from({ length: 9 }).map((_, i) => { const cardIndex = [1, 3, 4, 5, 7].indexOf(i); diff --git a/app/page.tsx b/app/page.tsx index 31e9c0c..fff8164 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,7 +11,7 @@ export default function Home() { }; return ( -
+