From d17ba39b2dbb21ee9fa7641b29937f49b74e4fac Mon Sep 17 00:00:00 2001 From: snlavaise Date: Tue, 11 Aug 2026 13:56:31 +0000 Subject: [PATCH] fix: update section title from Mapa de Camas to Camas --- src/sections/Cultivos.tsx | 13 ++++++++++++- src/sections/Dashboard.tsx | 8 ++++++-- src/sections/Evoluciones.tsx | 5 ++++- src/sections/GestionUsuarios.tsx | 7 +++++-- src/sections/HistoriaClinica.tsx | 4 ++-- src/sections/Internaciones.tsx | 5 ++++- src/sections/MapaCamas.tsx | 5 ++++- src/sections/Pacientes.tsx | 5 ++++- 8 files changed, 41 insertions(+), 11 deletions(-) diff --git a/src/sections/Cultivos.tsx b/src/sections/Cultivos.tsx index 0a379c8..7af4140 100644 --- a/src/sections/Cultivos.tsx +++ b/src/sections/Cultivos.tsx @@ -82,7 +82,18 @@ export function Cultivos({ }; return ( -
+
+ {/* Header */} +
+
+

+ + Cultivos +

+

Informe y registro de cultivos y muestras

+
+
+
diff --git a/src/sections/Dashboard.tsx b/src/sections/Dashboard.tsx index 78f4ea4..6f4801c 100644 --- a/src/sections/Dashboard.tsx +++ b/src/sections/Dashboard.tsx @@ -1,4 +1,5 @@ import { + LayoutDashboard, Bed, Users, ClipboardList, @@ -52,8 +53,11 @@ export function Dashboard({ {/* Header */}
-

Dashboard

-

Resumen del servicio - Clinica Medica

+

+ + Dashboard +

+

Resumen del servicio - Clínica Médica

diff --git a/src/sections/Evoluciones.tsx b/src/sections/Evoluciones.tsx index 743f843..eeacbf6 100644 --- a/src/sections/Evoluciones.tsx +++ b/src/sections/Evoluciones.tsx @@ -207,7 +207,10 @@ export function Evoluciones({
-

Evoluciones Diarias

+

+ + Evoluciones Diarias +

Registro de evoluciones y signos vitales

diff --git a/src/sections/GestionUsuarios.tsx b/src/sections/GestionUsuarios.tsx index 2b2cbb1..b78b045 100644 --- a/src/sections/GestionUsuarios.tsx +++ b/src/sections/GestionUsuarios.tsx @@ -9,7 +9,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@ import { Dialog, DialogContent, DialogHeader, DialogTitle } from '@/components/ui/dialog'; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@/components/ui/table'; import { Badge } from '@/components/ui/badge'; -import { Plus, Pencil, Trash2 } from 'lucide-react'; +import { Plus, Pencil, Trash2, UserCog } from 'lucide-react'; const API_BASE = import.meta.env.VITE_API_URL || '/api'; @@ -177,7 +177,10 @@ export function GestionUsuarios() {
-

Gestión de Usuarios

+

+ + Gestión de Usuarios +

Administrar usuarios del sistema