diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index 04392c19..dde14d02 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -206,7 +206,7 @@ function parseView(views) { } function getIcon(routeName, icon) { - if (icon) return h('div', icon) + if (icon) return h('div', { class: 'size-auto' }, icon) switch (routeName) { case 'Leads': diff --git a/frontend/src/components/SidebarLink.vue b/frontend/src/components/SidebarLink.vue index 41632915..0904b977 100644 --- a/frontend/src/components/SidebarLink.vue +++ b/frontend/src/components/SidebarLink.vue @@ -11,13 +11,13 @@
- + - +