mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-03 06:26:52 +00:00
update changelog
This commit is contained in:
parent
7b9de69da6
commit
eed29619de
@ -19,10 +19,12 @@ export default async function ChangelogPage() {
|
|||||||
const changelogContent = await getChangelog()
|
const changelogContent = await getChangelog()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div className="bg-white text-gray-900">
|
||||||
<div className="container mx-auto px-4 py-16 max-w-4xl">
|
<div className="container mx-auto px-4 py-16 max-w-4xl">
|
||||||
<h1 className="text-4xl font-bold mb-8">Changelog</h1>
|
<h1 className="text-4xl font-bold mb-8">Changelog</h1>
|
||||||
<div className="prose prose-lg" dangerouslySetInnerHTML={{ __html: changelogContent }} />
|
<div className="prose prose-lg" dangerouslySetInnerHTML={{ __html: changelogContent }} />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user