fix(a11y): improved screen reader support

This commit is contained in:
Corentin Thomasset 2021-05-18 17:48:32 +02:00
parent 403e0fec74
commit be607c0678
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -68,7 +68,7 @@
flat
height="60px"
>
<v-app-bar-nav-icon @click.stop="drawer = !drawer" />
<v-app-bar-nav-icon aria-label="menu" @click.stop="drawer = !drawer" />
<v-toolbar-title>
<NuxtLink to="/" class="title">
{{ title }}
@ -84,7 +84,7 @@
<NuxtLink to="/about">
About
</NuxtLink>
<a href="https://github.com/CorentinTh/it-tools" target="_blank" class="github-link">
<a href="https://github.com/CorentinTh/it-tools" target="_blank" class="github-link" rel="noopener noreferrer" aria-label="Github repository">
<v-icon>mdi-github</v-icon>
</a>
</v-app-bar>