diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index a02f934..46678c2 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -429,7 +429,7 @@ export function HistoriaClinica({ page.drawText('Firma del Médico', { x: 50, y: y - 15, size: 9, font, color: colorGray }); page.drawLine({ start: { x: 320, y }, end: { x: 520, y }, thickness: 0.5, color: colorGray }); page.drawText('Aclaración / Sello', { x: 320, y: y - 15, size: 9, font, color: colorGray }); - page.drawText('v1.0.0', { x: width - 60, y: 30, size: 8, font, color: colorGray }); + page.drawText('v2.0', { x: width - 60, y: 30, size: 8, font, color: colorGray }); const pdfBytes = await pdfDoc.save(); const blob = new Blob([new Uint8Array(pdfBytes)], { type: 'application/pdf' }); diff --git a/src/sections/Layout.tsx b/src/sections/Layout.tsx index 509028e..655b5c4 100644 --- a/src/sections/Layout.tsx +++ b/src/sections/Layout.tsx @@ -87,7 +87,7 @@ export function Layout({ children, vistaActual, onCambiarVista }: LayoutProps) {