refactor(menu): removed burger menu icon tooltip
This commit is contained in:
		
							parent
							
								
									6d5856fa93
								
							
						
					
					
						commit
						09abffbcf9
					
				| @ -122,11 +122,6 @@ const m = toolsByCategory.map(category => ({ | ||||
| 
 | ||||
|     <template #content> | ||||
|       <div class="navigation"> | ||||
|         <n-tooltip | ||||
|           trigger="hover" | ||||
|           placement="bottom-start" | ||||
|         > | ||||
|           <template #trigger> | ||||
|         <n-button | ||||
|           :size="styleStore.isSmallScreen ? 'medium' : 'large'" | ||||
|           circle | ||||
| @ -139,9 +134,7 @@ const m = toolsByCategory.map(category => ({ | ||||
|             :component="Menu2" | ||||
|           /> | ||||
|         </n-button> | ||||
|           </template> | ||||
|           Toggle menu | ||||
|         </n-tooltip> | ||||
| 
 | ||||
| 
 | ||||
|         <router-link | ||||
|           to="/" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user