mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 02:47:00 -05:00 
			
		
		
		
	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>
 | 
					    <template #content>
 | 
				
			||||||
      <div class="navigation">
 | 
					      <div class="navigation">
 | 
				
			||||||
        <n-tooltip
 | 
					 | 
				
			||||||
          trigger="hover"
 | 
					 | 
				
			||||||
          placement="bottom-start"
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
          <template #trigger>
 | 
					 | 
				
			||||||
        <n-button
 | 
					        <n-button
 | 
				
			||||||
          :size="styleStore.isSmallScreen ? 'medium' : 'large'"
 | 
					          :size="styleStore.isSmallScreen ? 'medium' : 'large'"
 | 
				
			||||||
          circle
 | 
					          circle
 | 
				
			||||||
@ -139,9 +134,7 @@ const m = toolsByCategory.map(category => ({
 | 
				
			|||||||
            :component="Menu2"
 | 
					            :component="Menu2"
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        </n-button>
 | 
					        </n-button>
 | 
				
			||||||
          </template>
 | 
					
 | 
				
			||||||
          Toggle menu
 | 
					 | 
				
			||||||
        </n-tooltip>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <router-link
 | 
					        <router-link
 | 
				
			||||||
          to="/"
 | 
					          to="/"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user