1
0
forked from schulze/bam

fix final backend and styling

This commit is contained in:
2024-10-18 14:20:58 +02:00
parent 6ff61f0516
commit 022898e9be
6 changed files with 103 additions and 105 deletions

View File

@@ -9,8 +9,9 @@ export default function Page() {
alt="Bangers and Mash GBG"
width={200}
height={200}
className="mx-auto"
className="mx-auto my-8"
/>
<h1 className="mb-4 text-xl">Sign up to our guest list here</h1>
<SignUp />
</div>
);