diff --git a/src/data/sidebar-items-adm.json b/src/data/sidebar-items-adm.json index be4969a..5b4c554 100644 --- a/src/data/sidebar-items-adm.json +++ b/src/data/sidebar-items-adm.json @@ -20,17 +20,10 @@ "name": "Relatórios", "icon": "table", "url": "/admin/laudo" - }, - - { - "name": "Gestão de Usuários", - "icon": "person-badge-fill", - "url": "/admin/gestao" - }, - + }, { "name": "Painel Administrativo", "icon": "file-bar-graph-fill", "url": "/admin/painel" } -] \ No newline at end of file +] diff --git a/src/data/sidebar-items-medico.json b/src/data/sidebar-items-medico.json index b8b67b4..0ededdb 100644 --- a/src/data/sidebar-items-medico.json +++ b/src/data/sidebar-items-medico.json @@ -1,10 +1,4 @@ [ - - { - "name": "Prontuário", - "icon": "calendar-plus-fill", - "url": "/medico/prontuario" - }, { "name": "Seus Agendamentos", "icon": "calendar", diff --git a/src/data/sidebar-items-secretaria.json b/src/data/sidebar-items-secretaria.json index c74cbf5..1d333fe 100644 --- a/src/data/sidebar-items-secretaria.json +++ b/src/data/sidebar-items-secretaria.json @@ -20,11 +20,5 @@ "name": "Agendar consulta", "icon": "calendar-plus-fill", "url": "/secretaria/agendamento" - }, - - { - "name": "Laudo do Paciente", - "icon": "table", - "url": "/secretaria/laudo" } -] \ No newline at end of file +]