feat: Separar paginas generador y qr en diferentes proyectos

This commit is contained in:
2026-07-17 15:14:32 -04:00
parent c736e43730
commit 85ffe635cd
23 changed files with 1349 additions and 429 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export async function renderQRCode(employeeId, canvasElement) {
document.body.appendChild(tmp);
new QRCodeLib(tmp, {
text: `http://digitalcompass.agency/empleado?id=${cleanId}`,
text: `https://digitalcompass.agency/empleado?id=${cleanId}`,
width: 55,
height: 55,
colorDark: '#000000',