1
0
Fork 0

wip(fs.dev): Theme changes and breadcrumbs fix

This commit is contained in:
Joost De Cock 2021-12-22 17:06:50 +01:00
parent b731cabf28
commit f59d4ed9fd
11 changed files with 542 additions and 37 deletions

View file

@ -37,7 +37,7 @@ const MdxWrapper = ({mdx, app, components={}}) => {
return (
<div className="text-primary mdx max-w-prose text-base-content max-w-prose text-lg lg:text-xl">
<MdxContent components={allComponents}/>
{mdxModule && <MdxContent components={allComponents}/>}
</div>
)
}