fix: use the main
tag
This commit is contained in:
parent
b33c575dbe
commit
b841499034
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue