From 6932c71717543c25e94169f851f36a241ea1df26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81?= Date: Fri, 16 Jan 2026 19:17:39 +0100 Subject: [PATCH] cambios a tirar xd --- package-lock.json | 1 - src/pages/DashboardPage.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a31296a..3dc0ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -917,7 +917,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, diff --git a/src/pages/DashboardPage.js b/src/pages/DashboardPage.js index eca570f..f7ec21a 100644 --- a/src/pages/DashboardPage.js +++ b/src/pages/DashboardPage.js @@ -5,7 +5,7 @@ export function renderDashboard() { const container = document.createElement('div'); container.className = 'dashboard'; - container.innerHTML = /*html*/` + container.innerHTML = `

Bienvenido, ${user?.email || 'Usuario'}