We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd371 commit abd578eCopy full SHA for abd578e
src/components/Layout/Page.tsx
@@ -83,9 +83,7 @@ export function Page({
83
section === 'blog' && 'lg:flex lg:flex-col lg:items-center'
84
)}>
85
<TocContext value={toc}>
86
- <LanguagesContext value={languages}>
87
- {children}
88
- </LanguagesContext>
+ <LanguagesContext value={languages}>{children}</LanguagesContext>
89
</TocContext>
90
</div>
91
{!isBlogIndex && (
0 commit comments