mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 20:26:53 +00:00
Update page.tsx
This commit is contained in:
parent
5da92a22a9
commit
b8f41088f0
@ -15,12 +15,14 @@ export default async function ChangelogPage() {
|
||||
const changelogContent = await getChangelog()
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-white text-black">
|
||||
<div className="min-h-screen bg-white">
|
||||
<div className="container mx-auto px-4 py-16 max-w-4xl">
|
||||
<h1 className="text-4xl font-bold mb-8 text-black">Changelog</h1>
|
||||
<div className="prose prose-black max-w-none" dangerouslySetInnerHTML={{ __html: changelogContent }} />
|
||||
<h1 className="text-4xl font-bold mb-8 text-gray-900">Changelog</h1>
|
||||
<div
|
||||
className="prose prose-gray max-w-none prose-headings:text-gray-900 prose-p:text-gray-700 prose-a:text-blue-600 hover:prose-a:text-blue-800 prose-strong:text-gray-900 prose-ul:text-gray-700"
|
||||
dangerouslySetInnerHTML={{ __html: changelogContent }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user