Update page.tsx

This commit is contained in:
MacRimi 2025-02-14 18:44:35 +01:00 committed by GitHub
parent cb95bc1afc
commit aabc261ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ export default async function ChangelogPage() {
<div className="container mx-auto px-4 py-16 max-w-4xl">
<h1 className="text-4xl font-bold mb-8">Changelog</h1>
<div className="prose prose-lg max-w-none bg-gray-100 p-4 border border-gray-300 rounded-md">
<ReactMarkdown>{changelogContent}</ReactMarkdown>
<pre>{changelogContent}</pre>
</div>
</div>
</div>