From 116ab2c311e0675cdb55a1e3b7099df81e528b33 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:31:58 +0100 Subject: [PATCH] Update page.tsx --- web/app/changelog/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/web/app/changelog/page.tsx b/web/app/changelog/page.tsx index b691508..b63944f 100644 --- a/web/app/changelog/page.tsx +++ b/web/app/changelog/page.tsx @@ -6,7 +6,7 @@ async function getChangelog() { try { const fileContents = fs.readFileSync(changelogPath, "utf8") - // Asegurar que el contenido no tiene espacios innecesarios + // Asegurar que el contenido HTML no tiene espacios innecesarios return fileContents.trim() } catch (error) { console.error("Error reading changelog file:", error) @@ -21,11 +21,16 @@ export default async function ChangelogPage() {

Changelog

- {/* Eliminamos clases innecesarias para evitar que el HTML se vea como texto */} + {/* Eliminamos el recuadro, bordes y cualquier estilo que fuerce texto plano */}