mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-29 20:56:54 +00:00
Update page.tsx
This commit is contained in:
parent
65a81e3366
commit
f185ff9f61
@ -7,7 +7,6 @@ import matter from "gray-matter"
|
||||
import dynamic from "next/dynamic"
|
||||
import React from "react"
|
||||
import parse from "html-react-parser"
|
||||
import Footer from "@/components/footer2"
|
||||
|
||||
const CopyableCode = dynamic(() => import("@/components/CopyableCode"), { ssr: false })
|
||||
|
||||
@ -97,7 +96,6 @@ export default async function GuidePage({ params }: { params: { slug: string } }
|
||||
{metadata?.description && <p className="text-lg text-gray-700 mb-8">{metadata.description}</p>}
|
||||
<div className="prose max-w-none text-[16px]">{parsedContent}</div>
|
||||
</div>
|
||||
</footer2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user