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