This commit is contained in:
F4ilji
2026-04-08 14:14:38 +05:00
parent bd28fc60d7
commit 169a2f5654
35 changed files with 2679 additions and 17 deletions
@@ -73,6 +73,9 @@ const iconMap = {
beaker: 'beaker',
'user-circle': 'user-circle',
'rectangle-stack': 'rectangle-stack',
'arrow-path': 'arrow-path',
'academic-cap': 'academic-cap',
'clipboard-document-check': 'clipboard-document-check',
};
const iconComponent = computed(() => iconMap[props.item.icon] || 'home');