From ec67963800dfe055e6a4aad73add1e4e826a76a8 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:27:05 +0100 Subject: [PATCH] Update page.tsx --- web/app/changelog/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/app/changelog/page.tsx b/web/app/changelog/page.tsx index 826f741..b691508 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 return fileContents.trim() } catch (error) { console.error("Error reading changelog file:", error) @@ -21,9 +21,11 @@ export default async function ChangelogPage() {

Changelog

+ {/* Eliminamos clases innecesarias para evitar que el HTML se vea como texto */}