mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-06 15:36:53 +00:00
Update page.tsx
This commit is contained in:
parent
3ec25e2aa1
commit
3bb3bb306d
@ -19,10 +19,11 @@ export default async function ChangelogPage() {
|
|||||||
<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 text-gray-900">Changelog</h1>
|
<h1 className="text-4xl font-bold mb-8 text-gray-900">Changelog</h1>
|
||||||
<div
|
<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 prose-hr:border-gray-300"
|
className="prose prose-gray max-w-none [&>h2]:text-2xl [&>h2]:font-bold [&>h2]:mt-8 [&>h2]:mb-4 [&>h3]:text-xl [&>h3]:font-semibold [&>h3]:mt-6 [&>h3]:mb-3 [&>p]:text-gray-700 [&>ul]:list-disc [&>ul]:pl-5 [&>ul]:text-gray-700 [&>a]:text-blue-600 [&>a:hover]:text-blue-800"
|
||||||
dangerouslySetInnerHTML={{ __html: changelogContent }}
|
dangerouslySetInnerHTML={{ __html: changelogContent }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user