1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

fix: add removed code (#8741)

This commit is contained in:
Arik Chakma
2025-06-04 22:25:00 +06:00
committed by GitHub
parent f37289ea35
commit c8ba7578d2

View File

@@ -31,6 +31,15 @@ export function RoadmapAIChatCard(props: RoadmapAIChatCardProps) {
<BotIcon className="size-4 stroke-[2.5]" />
)}
</div>
{!!jsx && jsx}
{!!html && (
<div
className="course-content course-ai-content prose prose-sm mt-0.5 w-full max-w-[calc(100%-38px)] overflow-hidden text-sm"
dangerouslySetInnerHTML={{ __html: html }}
/>
)}
</div>
</div>
);