wip(fs.dev): Theme changes and breadcrumbs fix
This commit is contained in:
parent
b731cabf28
commit
f59d4ed9fd
11 changed files with 542 additions and 37 deletions
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue