From 01dbb015d83bfa6bfec6ef7680d53a17b9941432 Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Wed, 15 Apr 2026 01:15:51 -0300 Subject: [PATCH] Version 2.0 --- src/sections/HistoriaClinica.tsx | 2 +- src/sections/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {
- v1.0.0 + v2.0