From 26c5472fcf2abd55715b84796e033c5d192fd378 Mon Sep 17 00:00:00 2001 From: Araozu Date: Tue, 5 Dec 2023 16:14:29 -0500 Subject: [PATCH] =?UTF-8?q?[FE][Certs]=20Fix=20LUCHA=20CONTRA=20INCENDIOS,?= =?UTF-8?q?=20had=20wrong=20label=20&=20n=C2=B0=20of=20hours?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/certGenerator/certs/EXTINTORES.ts | 2 +- frontend/src/certGenerator/certs/LUCHA_CONTRA_INCENDIOS.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/certGenerator/certs/EXTINTORES.ts b/frontend/src/certGenerator/certs/EXTINTORES.ts index 60e2be9..8172012 100644 --- a/frontend/src/certGenerator/certs/EXTINTORES.ts +++ b/frontend/src/certGenerator/certs/EXTINTORES.ts @@ -79,7 +79,7 @@ const tCourse = createSimpleText({ yPosition: 8, width: 20.92, height: 1.5, - text: "USO Y MANEJO DE EXTINTORES ", + text: "USO Y MANEJO DE EXTINTORES", size: 44, bold: true, }); diff --git a/frontend/src/certGenerator/certs/LUCHA_CONTRA_INCENDIOS.ts b/frontend/src/certGenerator/certs/LUCHA_CONTRA_INCENDIOS.ts index 78edbcc..fff6ae6 100644 --- a/frontend/src/certGenerator/certs/LUCHA_CONTRA_INCENDIOS.ts +++ b/frontend/src/certGenerator/certs/LUCHA_CONTRA_INCENDIOS.ts @@ -59,7 +59,7 @@ const tCourse = createSimpleText({ yPosition: 8, width: 20.92, height: 1.5, - text: "USO Y MANEJO DE EXTINTORES ", + text: "LUCHA CONTRA INCENDIOS", size: 44, bold: true, }); @@ -70,7 +70,7 @@ const tTopics = createSimpleTextP({ yPosition: 11.5, width: 20.92, height: 1.5, - text: "En temas de: Concepto Básico, Combustión, Distintas Clases de Combustión, Clases de Fuego, Propagación de Calor, Formas de Transmisión, Uso de extintores, Amago de Incendios, equivalente a 12 horas lectivas.", + text: "En temas de: Concepto Básico, Combustión, Distintas Clases de Combustión, Clases de Fuego, Propagación de Calor, Formas de Transmisión, Uso de extintores, Amago de Incendios, equivalente a 24 horas lectivas.", size: 22, font: "Times New Roman", alignment: AlignmentType.CENTER,