refactor(menu): removed burger menu icon tooltip

This commit is contained in:
Corentin Thomasset 2022-04-18 10:19:19 +02:00
parent 6d5856fa93
commit 09abffbcf9
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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="/"