mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-17 11:45:01 -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
|
flat
|
||||||
height="60px"
|
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>
|
<v-toolbar-title>
|
||||||
<NuxtLink to="/" class="title">
|
<NuxtLink to="/" class="title">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<NuxtLink to="/about">
|
<NuxtLink to="/about">
|
||||||
About
|
About
|
||||||
</NuxtLink>
|
</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>
|
<v-icon>mdi-github</v-icon>
|
||||||
</a>
|
</a>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue