package updates, minor bug fixes, stack items, background animation fixes
This commit is contained in:
@@ -30,9 +30,9 @@ export default function CvEntry(params: {
|
||||
{
|
||||
data.description ?
|
||||
<CardContent className="text-sm lg:text-base">
|
||||
<div>
|
||||
<article className="prose prose-zinc dark:prose-invert max-w-none">
|
||||
<Markdown rehypePlugins={[rehypeHighlight, rehypeRaw]}>{data.description}</Markdown>
|
||||
</div>
|
||||
</article>
|
||||
</CardContent> :
|
||||
<></>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user