Version 2.0

This commit is contained in:
2026-04-15 01:15:51 -03:00
parent c29f719dec
commit 01dbb015d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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' });
+1 -1
View File
@@ -87,7 +87,7 @@ export function Layout({ children, vistaActual, onCambiarVista }: LayoutProps) {
</Button>
</div>
<div className="text-xs text-gray-400 dark:text-gray-500 text-center mt-2">
v1.0.0
v2.0
</div>
</div>
</aside>