fix: use the main tag

This commit is contained in:
Oliver Davies 2022-10-22 12:24:30 +01:00
parent b33c575dbe
commit b841499034

View file

@ -57,9 +57,9 @@ const footerLinks = [
<div class="py-10 px-4 mx-auto max-w-2xl md:py-10">
<h1 class="mb-4 text-xl font-bold md:text-2xl">{title}</h1>
<div>
<main>
<slot />
</div>
</main>
<div class="mt-16 mb-6">
<footer>