feat(frontend): tooltip wordt getoond bij logout icoontje
This commit is contained in:
		
							parent
							
								
									674b59e0df
								
							
						
					
					
						commit
						e92744fc92
					
				
					 1 changed files with 10 additions and 5 deletions
				
			
		|  | @ -64,11 +64,16 @@ | |||
|             <div class="right"> | ||||
|                 <li> | ||||
|                     <router-link :to="`/login`"> | ||||
|                         <v-icon | ||||
|                             icon="mdi-logout" | ||||
|                             size="x-large" | ||||
|                             color="#0e6942" | ||||
|                         ></v-icon> | ||||
|                         <v-tooltip text="log out"> | ||||
|                             <template v-slot:activator="{ props }"> | ||||
|                                 <v-icon | ||||
|                                     v-bind="props" | ||||
|                                     icon="mdi-logout" | ||||
|                                     size="x-large" | ||||
|                                     color="#0e6942" | ||||
|                                 ></v-icon> | ||||
|                             </template> | ||||
|                         </v-tooltip> | ||||
|                     </router-link> | ||||
|                 </li> | ||||
|                 <li> | ||||
|  |  | |||
		Reference in a new issue
	
	 Laure Jablonski
						Laure Jablonski