diff --git a/apps/web/mdx-components.tsx b/apps/web/mdx-components.tsx index 60948ed..2096adb 100644 --- a/apps/web/mdx-components.tsx +++ b/apps/web/mdx-components.tsx @@ -4,32 +4,32 @@ import Link from "next/link"; export function useMDXComponents(components: MDXComponents): MDXComponents { return { h1: ({ children, ...props }) => ( -

+

{children}

), h2: ({ children, ...props }) => ( -

+

{children}

), h3: ({ children, ...props }) => ( -

+

{children}

), p: ({ children, ...props }) => ( -

+

{children}

), ul: ({ children, ...props }) => ( -