diff --git a/mdx-components.tsx b/mdx-components.tsx index 6d95c43..97e1948 100644 --- a/mdx-components.tsx +++ b/mdx-components.tsx @@ -4,19 +4,19 @@ export function useMDXComponents(components: MDXComponents): MDXComponents { return { ...components, // Typography - h1: ({ children }) => ( -