Skip to content

Commit c7a05c5

Browse files
committed
Merge branch 'next' of https://github.com/devforth/adminforth into next
2 parents e2986d4 + 71560c6 commit c7a05c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/MenuLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
($route.name === item.path)
1111
}"
1212
>
13-
<component v-if="item.icon" :is="getIcon(item.icon)" class="w-5 h-5 text-lightSidebarIcons dark:text-darkSidebarIcons transition duration-75 group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover" ></component>
13+
<component v-if="item.icon" :is="getIcon(item.icon)" class="min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons transition duration-75 group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover" ></component>
1414
<span class="text-ellipsis overflow-hidden ms-3">{{ item.label }}</span>
1515
<span v-if="item.badge"
1616
>

0 commit comments

Comments
 (0)