diff --git a/blog/BlogPostContent.tsx b/blog/BlogPostContent.tsx index 42ced83..2270786 100644 --- a/blog/BlogPostContent.tsx +++ b/blog/BlogPostContent.tsx @@ -26,14 +26,14 @@ const Heading = ( ): JSX.Element => { const { children, id = "" } = props return ( -

- - +

+ + + {children} - {children}

) }