Use html landmark elements (#1361)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
Lukas
2022-10-31 15:04:19 +01:00
committed by GitHub
parent b15ca52a63
commit 8593b756b8
7 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="bg-white dark:bg-dark-gray-900 border-b dark:border-gray-700">
<header class="bg-white dark:bg-dark-gray-900 border-b dark:border-gray-700">
<FluidContainer class="!py-0">
<div class="flex flex-wrap items-center justify-between py-4 <md:flex-row <md:gap-y-4">
<div
@@ -42,7 +42,7 @@
</div>
</div>
</FluidContainer>
</div>
</header>
</template>
<script setup lang="ts">