diff --git a/components/Code.tsx b/components/Code.tsx index 2bfbef0..a84f2c5 100644 --- a/components/Code.tsx +++ b/components/Code.tsx @@ -162,7 +162,7 @@ function CodePanel({
-
+                
                     {children}
                 
diff --git a/components/MobileNavigation.tsx b/components/MobileNavigation.tsx index 73c43f0..5a79cca 100644 --- a/components/MobileNavigation.tsx +++ b/components/MobileNavigation.tsx @@ -130,7 +130,7 @@ function MobileNavigationDialog({ > diff --git a/components/mdx.tsx b/components/mdx.tsx index 6a7cd0b..0ceb89f 100644 --- a/components/mdx.tsx +++ b/components/mdx.tsx @@ -13,7 +13,7 @@ export { CodeGroup, Code as code, Pre as pre } from "./Code"; export function wrapper({ children }: { children: ReactNode }) { return ( -
+
{children}