1
0
Fork 0

wip: Rewrite tutorial for v3

This commit is contained in:
joostdecock 2023-09-28 09:11:06 +02:00
parent 7487f1f449
commit 32d6e938df
15 changed files with 349 additions and 303 deletions

View file

@ -15,7 +15,7 @@ export const MdxWrapper = ({ title = false, path, language, children }) => {
return (
<>
{title ? <h1>{title}</h1> : null}
<div className="text-primary mdx text-base-content text-base">
<div className="mdx text-base-content text-base">
<MDXProvider components={components}>{children}</MDXProvider>
</div>
<div