fix(a11y): improved screen reader support
This commit is contained in:
		
							parent
							
								
									403e0fec74
								
							
						
					
					
						commit
						be607c0678
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user