mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-29 12:46:54 +00:00
Update page.tsx
This commit is contained in:
parent
a659b20af9
commit
aba4e4b237
@ -49,13 +49,15 @@ export default async function GuidePage({ params }: { params: { slug: string } }
|
|||||||
guideContent = wrapCodeBlocksWithCopyable(guideContent)
|
guideContent = wrapCodeBlocksWithCopyable(guideContent)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container mx-auto px-4 py-16 max-w-3xl bg-white">
|
<div className="min-h-screen bg-white">
|
||||||
<div
|
<div className="container mx-auto px-4 py-16 max-w-3xl">
|
||||||
className="prose prose-gray max-w-none
|
<div
|
||||||
[&>h1]:text-gray-900 [&>h2]:text-gray-800 [&>h3]:text-gray-700
|
className="prose prose-gray max-w-none
|
||||||
[&>p]:text-gray-600 [&>ul>li]:text-gray-600 [&>ol>li]:text-gray-600"
|
[&>h1]:text-gray-900 [&>h2]:text-gray-800 [&>h3]:text-gray-700
|
||||||
dangerouslySetInnerHTML={{ __html: guideContent }}
|
[&>p]:text-gray-600 [&>ul>li]:text-gray-600 [&>ol>li]:text-gray-600"
|
||||||
/>
|
dangerouslySetInnerHTML={{ __html: guideContent }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user