mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
fix: add removed code (#8741)
This commit is contained in:
@@ -31,6 +31,15 @@ export function RoadmapAIChatCard(props: RoadmapAIChatCardProps) {
|
|||||||
<BotIcon className="size-4 stroke-[2.5]" />
|
<BotIcon className="size-4 stroke-[2.5]" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user