diff --git a/src/custom/docs/components/header/index.tsx b/src/custom/docs/components/header/index.tsx index 1632a13..fe425f8 100644 --- a/src/custom/docs/components/header/index.tsx +++ b/src/custom/docs/components/header/index.tsx @@ -37,7 +37,9 @@ const Left = React.forwardRef< HTMLDivElement, React.InputHTMLAttributes >(({ className, type, ...props }, ref) => { - return
{props.children}
+ + return
+
{props.children}
}) Left.displayName = 'Left' @@ -62,7 +64,7 @@ HTMLDivElement, React.InputHTMLAttributes >(({ className, type, ...props }, ref) => { return
-
{props.children}
+ {props.children} }) Wrapper.displayName = 'Wrapper' diff --git a/stories/custom/docs-header.stories.tsx b/stories/custom/docs-header.stories.tsx index 851c218..9fb6f19 100644 --- a/stories/custom/docs-header.stories.tsx +++ b/stories/custom/docs-header.stories.tsx @@ -8,7 +8,6 @@ import { RocketIcon } from "lucide-react"; export function DocsHeaderDemo() { return - {/* Quantinuum Nexus */}