diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index a5a15ea5..e6bb995a 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -1569,7 +1569,7 @@ function Video({video}) { function Code({children}) { return ( - + {children} );