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 */}