diff --git a/client/src/app/game/[code]/page.tsx b/client/src/app/game/[code]/page.tsx index fdf3a4c..134ae52 100644 --- a/client/src/app/game/[code]/page.tsx +++ b/client/src/app/game/[code]/page.tsx @@ -5,12 +5,20 @@ import { Chessboard } from "react-chessboard"; import { IconCopy } from "@tabler/icons-react"; import Image from "next/image"; -const pgn = "1. e4 e5 2. f3 Nf6 3. d4 exd4 4. Qxd4 Nxe4 5. Qxe4+ Qe7 6. Qxe7+ Bxe7"; +const pgn = "1. e4 e5 2. f3 Nf6 3. d4 exd4 4. Qxd4 Nxe4 5. Qxe4+ Qe7 6. Qxe7+"; export default function Game() { return (
| {i + 1}. | +{moves[0]} | +{moves[1]} | +