We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11dee2 commit da77588Copy full SHA for da77588
src/layouts/app/SidebarLayout.vue
@@ -144,14 +144,8 @@ const toggleSidebar = () => {
144
@click="toggleSidebar()"
145
>
146
<template #icon>
147
- <PanelLeftClose
148
- v-if="sidebarOpen"
149
- class="size-5!"
150
- />
151
- <PanelLeftOpen
152
- v-else
153
154
+ <PanelLeftClose v-if="sidebarOpen" />
+ <PanelLeftOpen v-else />
155
</template>
156
</Button>
157
<Breadcrumb
0 commit comments