replace divs with main, header and footer tags to make html more semantic

This commit is contained in:
maxDorninger
2025-08-02 14:40:40 +02:00
parent 174c675992
commit 1a489dc71d
16 changed files with 41 additions and 40 deletions

View File

@@ -41,9 +41,9 @@
</div>
</header>
<div class="mx-auto flex w-full flex-1 flex-col gap-4 p-4 md:max-w-[80em]">
<main class="mx-auto flex w-full flex-1 flex-col gap-4 p-4 md:max-w-[80em]">
<h1 class="scroll-m-20 text-center text-4xl font-extrabold tracking-tight lg:text-5xl">
Season Requests
</h1>
<RequestsTable {requests} isShow={true} />
</div>
</main>