diff --git a/docs/app/docs/[[...slug]]/page.tsx b/docs/app/docs/[[...slug]]/page.tsx index 6bb97f1f..5d6acbca 100644 --- a/docs/app/docs/[[...slug]]/page.tsx +++ b/docs/app/docs/[[...slug]]/page.tsx @@ -75,7 +75,7 @@ export default async function Page({ return (
{props.children}
diff --git a/docs/components/ui/code-block.tsx b/docs/components/ui/code-block.tsx index 8a03dd4d..06563bf1 100644 --- a/docs/components/ui/code-block.tsx +++ b/docs/components/ui/code-block.tsx @@ -149,6 +149,7 @@ export function CodeBlock({ !isTab && [bg, "rounded-none border border-x-0 border-b-0"], "text-[13px] overflow-auto max-h-[600px] bg-fd-muted/50 fd-scroll-container", viewportProps.className, + !title && "border-t-0", )} style={ {