mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	refactor(menu): removed burger menu icon tooltip
This commit is contained in:
		@@ -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="/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user