dynamic tournament search

This commit is contained in:
Owen Rees
2023-05-26 14:24:53 +02:00
parent 96eb4e37f1
commit 1407125ba5
4 changed files with 37 additions and 6 deletions
+6 -1
View File
@@ -3,7 +3,12 @@ import Layout from "@/components/Layout";
export default function Home() {
return (
<Layout>
<main className=""></main>
<header className="grid h-[calc(100%-64px)] bg-green-400 place-items-center">
<div>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
</div>
</header>
</Layout>
);
}