mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
fix(a11y): improved screen reader support
This commit is contained in:
parent
403e0fec74
commit
be607c0678
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue