diff --git a/components/text.js b/components/text.js index b68b9261..3f25eb9f 100644 --- a/components/text.js +++ b/components/text.js @@ -86,12 +86,12 @@ export default memo(function Text ({ nofollow, imgproxyUrls, children, tab, ...o const Code = useCallback(({ node, inline, className, children, style, ...props }) => { return inline ? ( - + {children} ) : ( - + {children} )