landing fixing

This commit is contained in:
Rama Priyanto 2025-02-20 18:29:52 +07:00
parent 2faabb40eb
commit f13c496d75
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default function BodyLayout() {
<PolriApps /> <PolriApps />
<MedolUpdate /> <MedolUpdate />
<MediaSocial /> <MediaSocial />
<ENewsPolri /> {/* <ENewsPolri /> */}
</div> </div>
<div className="w-full lg:w-[25%]"> <div className="w-full lg:w-[25%]">
<SidebarNav /> <SidebarNav />

View File

@ -62,7 +62,6 @@ export default function StaticPageBuilder() {
<Card className="rounded-md border p-4"> <Card className="rounded-md border p-4">
{/* <div dangerouslySetInnerHTML={{ __html: sanitizedContent }} /> */} {/* <div dangerouslySetInnerHTML={{ __html: sanitizedContent }} /> */}
<div dangerouslySetInnerHTML={{ __html: textArea.value }} /> <div dangerouslySetInnerHTML={{ __html: textArea.value }} />
{/* {sanitizedContent} */}
</Card> </Card>
); );
}, [content]); }, [content]);