File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ export default async function Page(props: PageProps<"/docs/[[...slug]]">) {
1919 const MDX = page . data . body ;
2020
2121 return (
22- < DocsPage toc = { page . data . toc } full = { page . data . full } >
22+ < DocsPage toc = { page . data . toc } >
23+ < DocsTitle > { page . data . title } </ DocsTitle >
2324 < DocsDescription > { page . data . description } </ DocsDescription >
2425
2526 < div className = "inline-block" >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const hankenGrotesk = Hanken_Grotesk({
1414
1515export default function Layout ( { children } : LayoutProps < "/" > ) {
1616 return (
17- < html lang = "en" className = { hankenGrotesk . style } suppressHydrationWarning >
17+ < html lang = "en" className = { hankenGrotesk . className } suppressHydrationWarning >
1818 < body className = "flex min-h-screen flex-col" >
1919 < RootProvider > { children } </ RootProvider >
2020 </ body >
You can’t perform that action at this time.
0 commit comments