add download cert
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
GraduationCap,
|
||||
LayoutDashboard,
|
||||
ShieldUserIcon,
|
||||
UploadIcon,
|
||||
UsersIcon
|
||||
} from 'lucide-react'
|
||||
|
||||
@@ -31,7 +32,9 @@ const data = {
|
||||
title: 'Histórico de compras',
|
||||
url: '/orders',
|
||||
icon: DollarSign
|
||||
},
|
||||
}
|
||||
],
|
||||
navUser: [
|
||||
{
|
||||
title: 'Colaboradores',
|
||||
url: '/users',
|
||||
@@ -41,9 +44,14 @@ const data = {
|
||||
title: 'Gestores',
|
||||
url: '/admins',
|
||||
icon: ShieldUserIcon
|
||||
},
|
||||
{
|
||||
title: 'Importações',
|
||||
url: '/batch',
|
||||
icon: UploadIcon
|
||||
}
|
||||
],
|
||||
navContent: [
|
||||
navEnrollment: [
|
||||
{
|
||||
title: 'Matrículas',
|
||||
url: '/enrollments',
|
||||
|
||||
Reference in New Issue
Block a user