File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 >
1313 <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 >
1414 <span class =" ms-3" >{{ item.label }}</span >
15- <span v-if =" item.badge" class =" inline-flex items-center justify-center w -3 h -3 p-3 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
16- fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent"
15+ <span v-if =" item.badge" class =" inline-flex items-center justify-center h -3 py -3 px-1 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
16+ fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent min-w-[1.5rem] max-w-[3rem] "
1717 >
1818
1919 <Tooltip v-if =" item.badgeTooltip" >
You can’t perform that action at this time.
0 commit comments