diff --git a/website/src/components/brand/LearningArticleLayout.tsx b/website/src/components/brand/LearningArticleLayout.tsx index cfc2e148..079633d6 100644 --- a/website/src/components/brand/LearningArticleLayout.tsx +++ b/website/src/components/brand/LearningArticleLayout.tsx @@ -17,6 +17,7 @@ import { Heading, Section, Text, + ThemeProvider, useTheme, } from "@primer/react-brand"; @@ -144,7 +145,15 @@ export type LearningArticleLayoutProps = { children: React.ReactNode; }; -export function LearningArticleLayout({ +export function LearningArticleLayout(props: LearningArticleLayoutProps) { + return ( + + + + ); +} + +function LearningArticleLayoutBody({ pageHref, currentPage, breadcrumbLabel,