mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
populate header fields
This commit is contained in:
@@ -23,7 +23,7 @@ const Chessboard = () => {
|
||||
return (
|
||||
<main className="px-4 pb-8 place-self-center min-h-[calc(100vh-226px)]">
|
||||
<Section title="Convert PGN to PDF">
|
||||
<LichessButton /> or{" "}
|
||||
<LichessButton onClickHandler={() => console.log("Lichess Login")} /> or{" "}
|
||||
<input
|
||||
type="file"
|
||||
id="file-input"
|
||||
@@ -101,8 +101,8 @@ const Chessboard = () => {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<HeaderFields />
|
||||
<CustomHeaders />
|
||||
<HeaderFields headers={gameState.headers} />
|
||||
<CustomHeaders headers={gameState.headers} />
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user