feat(a11y): use better markup tags everywhere

This commit is contained in:
kolaente 2022-01-16 18:05:12 +01:00 committed by Gitea
parent 0e47cebed5
commit b96af50338
4 changed files with 12 additions and 13 deletions

View file

@ -9,7 +9,7 @@
class="app-container"
>
<navigation/>
<div
<main
:class="[
{ 'is-menu-enabled': menuActive },
$route.name,
@ -35,7 +35,7 @@
>
<icon icon="keyboard"/>
</a>
</div>
</main>
</div>
</div>
</template>