diff --git a/components/StyledMarkdown.tsx b/components/StyledMarkdown.tsx index 53f771545..896fd0f8a 100644 --- a/components/StyledMarkdown.tsx +++ b/components/StyledMarkdown.tsx @@ -173,7 +173,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => { h4: { component: Headline4 }, strong: { component: ({ children }) => ( - + {children} ),