+
{paciente.nome}
-
CPF: {paciente.cpf} • Idade: {paciente.idade} anos
+
CPF: {paciente.cpf} • Idade: {paciente.idade} anos
);
diff --git a/susconecta/components/dashboard/sidebar.tsx b/susconecta/components/dashboard/sidebar.tsx
index 083f21c..b1ef7a9 100644
--- a/susconecta/components/dashboard/sidebar.tsx
+++ b/susconecta/components/dashboard/sidebar.tsx
@@ -24,7 +24,6 @@ import {
UserCheck,
FileText,
BarChart3,
- Settings,
Stethoscope,
User,
} from "lucide-react"
@@ -36,7 +35,6 @@ const navigation = [
{ name: "Médicos", href: "/doutores", icon: User },
{ name: "Consultas", href: "/consultas", icon: UserCheck },
{ name: "Relatórios", href: "/dashboard/relatorios", icon: BarChart3 },
- { name: "Configurações", href: "/configuracao", icon: Settings },
]
export function Sidebar() {