diff --git a/docker-compose.yml b/docker-compose.yml
index 16b206a..f3534ef 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,11 +4,11 @@ services:
app:
build: .
ports:
- - "80:80"
+ - "8077:80"
- "4000:4000"
volumes:
- - hospital-data:/app/data
+ - hospital-data:/app
restart: unless-stopped
volumes:
- hospital-data:
\ No newline at end of file
+ hospital-data:
diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx
index db71aa8..502e599 100644
--- a/src/sections/HistoriaClinica.tsx
+++ b/src/sections/HistoriaClinica.tsx
@@ -1,14 +1,14 @@
import { useState } from 'react';
import { PDFDocument } from 'pdf-lib';
-import {
- FlaskConical,
- Activity,
- Microscope,
- Plus,
- Calendar,
- Clock,
- AlertCircle,
- CheckCircle2,
+import {
+ FlaskConical,
+ Activity,
+ Microscope,
+ Plus,
+ Calendar,
+ Clock,
+ AlertCircle,
+ CheckCircle2,
ArrowLeft,
Pencil,
Trash2,
@@ -154,23 +154,34 @@ export function HistoriaClinica({
-
+
Historia Clínica
Cama: {cama?.numero || 'N/A'} | {paciente.apellido}, {paciente.nombre} | {paciente.fechaNacimiento ? calcularEdad(paciente.fechaNacimiento) + ' años' : ''} | DNI: {paciente.dni}
+
-
+
+
+
+
+
+
+
+
+
+
+
-