mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
style file input and chess board page
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import LichessButton from "#/components/LichessButton.tsx";
|
||||
import Section from "#/components/Section.tsx";
|
||||
|
||||
const Chessboard = () => (
|
||||
<main className="px-4 pb-8 place-self-center min-h-[calc(100vh-226px)]">
|
||||
<Section title="Convert PGN to PDF">
|
||||
<LichessButton /> or{" "}
|
||||
<input type="file" id="file-input" className="file-input max-w-xs" />
|
||||
</Section>
|
||||
</main>
|
||||
);
|
||||
|
||||
export default Chessboard;
|
||||
Reference in New Issue
Block a user