mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
refactor(menu): removed burger menu icon tooltip
This commit is contained in:
parent
6d5856fa93
commit
09abffbcf9
1 changed files with 12 additions and 19 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue