mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
fix: make markdown text invert for darkmode
This commit is contained in:
parent
96e1aed622
commit
03e8624451
@ -152,7 +152,7 @@ export default async function ProjectDealPage({ params }: { params: { id: number
|
|||||||
<CardDescription />
|
<CardDescription />
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<div className="prose prose-sm max-w-none ">
|
<div className="prose dark:prose-invert prose-sm max-w-none ">
|
||||||
<ReactMarkdown>{projectData?.project_description || "No pitch available."}</ReactMarkdown>
|
<ReactMarkdown>{projectData?.project_description || "No pitch available."}</ReactMarkdown>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user