Skip to content

Commit f48a6ca

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents d1a9be3 + 8c7c6c8 commit f48a6ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adminforth/spa/src/components/MenuLink.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
class="min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover transition-all duration-200 ease-in-out"
1717
>
1818
</component>
19+
<IconFileImageOutline v-else
20+
class="min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover transition-all duration-200 ease-in-out"
21+
/>
1922
<div
2023
class="overflow-hidden block ms-3 pr-4 text-left rtl:text-right transition-all duration-200 ease-in-out"
2124
:class="{
@@ -57,6 +60,7 @@ import { getIcon } from '@/utils';
5760
import { Tooltip } from '@/afcl';
5861
import { ref, watch, computed } from 'vue';
5962
import { useCoreStore } from '@/stores/core';
63+
import { IconFileImageOutline } from '@iconify-prerendered/vue-flowbite';
6064
6165
const props = defineProps(['item', 'isChild', 'isSidebarIconOnly', 'isSidebarHovering']);
6266

0 commit comments

Comments
 (0)