mdx-component.tsx

This commit is contained in:
colinislit
2025-11-19 22:58:16 +01:00
parent e9f4ffc297
commit f5a30dbae5

View File

@@ -33,9 +33,9 @@ export const mdxComponents: MDXComponents = {
// Paragraphs // Paragraphs
p: ({ children, ...props }) => ( p: ({ children, ...props }) => (
<p className="text-slate-700 leading-relaxed mb-4" {...props}> <div className="text-slate-700 leading-relaxed mb-4" {...props}>
{children} {children}
</p> </div>
), ),
// Lists // Lists