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

@ -7,7 +7,7 @@ export const MdxWrapper = ({ title = false, path, language, children, noFooter =
return (
<>
{title ? <h1>{title}</h1> : null}
<div className="text-primary mdx text-base-content text-base">{children}</div>
<div className="mdx text-base-content">{children}</div>
{noFooter ? null : (
<div
className={`flex flex-row gap-1 text-sm opacity-70 justify-end items-center