Skip to content

Commit 7ab11cc

Browse files
committed
Add a heading 6 because I see it in tailwinds css and in the graphql page.
1 parent 0c2e8b5 commit 7ab11cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/MdxComponents.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ const MdxComponents = (version?: string) => {
5959
h5: (props: any) => {
6060
return <Heading level="5" id={props.id} props={props} />;
6161
},
62+
h6: (props: any) => {
63+
return <Heading level="6" id={props.id} props={props} />;
64+
},
6265
img: (props: any) => {
6366
return <img className="rounded-xl" {...props} />;
6467
},

0 commit comments

Comments
 (0)