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