Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
👕 Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paveg committed Mar 17, 2024
1 parent af6c1e7 commit 6336b56
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import {

const components = {
CustomImage,
"h1": CustomH1,
"h2": CustomH2,
"h3": CustomH3,
"h4": CustomH4,
"h5": CustomH5,
"h6": CustomH6,
"a": CustomLink,
h1: CustomH1,
h2: CustomH2,
h3: CustomH3,
h4: CustomH4,
h5: CustomH5,
h6: CustomH6,
a: CustomLink,
};

interface MdxProps {
Expand Down

0 comments on commit 6336b56

Please sign in to comment.