refactor: changed Certified Members to Certifications

This commit is contained in:
Jannat Patel
2025-10-06 10:33:50 +05:30
parent f7003ecbbe
commit 34c0d16411
6 changed files with 22 additions and 13 deletions

View File

@@ -336,8 +336,8 @@ const tabsStructure = computed(() => {
type: 'checkbox',
},
{
label: 'Certified Members',
name: 'certified_members',
label: 'Certifications',
name: 'certifications',
type: 'checkbox',
},
{

View File

@@ -422,7 +422,7 @@ export function getSidebarLinks() {
activeFor: ['Batches', 'BatchDetail', 'Batch', 'BatchForm'],
},
{
label: 'Certified Members',
label: 'Certifications',
icon: 'GraduationCap',
to: 'CertifiedParticipants',
activeFor: ['CertifiedParticipants'],