diff --git a/TODO b/TODO index e18f2fa..fc1974a 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ - og / json-sd - Lichess login - logger -- contact form - bring sections headers on all pages other than home page further up (reduce top margin / padding) - set game current position on game load to ply 0 and whatever the FEN is (starting position probably, but could be custom position) - privacy policy - have no access to anything you generate, only keep a count of success/failed pdf generations with timestamp and error message diff --git a/src/pages/Chessboard.tsx b/src/pages/Chessboard.tsx index 11ea223..ffa0c75 100644 --- a/src/pages/Chessboard.tsx +++ b/src/pages/Chessboard.tsx @@ -53,15 +53,15 @@ const Chessboard = () => { gamePgn={gameState.pgn || ""} handlePlyChange={handlePlyChange} /> -
+
-
+
-