Skip to content

Commit

Permalink
fix(work): fix typo in mdx components object
Browse files Browse the repository at this point in the history
- Corrected a typo in the `mdxComponents` object where 'line: Line,it' was changed to 'line: Line,'.

This fix resolves an issue where a typo caused potential errors in rendering components.
  • Loading branch information
FradSer committed May 20, 2024
1 parent f722456 commit 35682ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/works/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const mdxComponents = {
h1: H1,
h2: H2,
h3: H3,
line: Line,it
line: Line,
ol: OL,
p: P,
ul: UL,
Expand Down

0 comments on commit 35682ff

Please sign in to comment.