From 881f928f87453293c738644cfd3892471841439e Mon Sep 17 00:00:00 2001 From: Dan Lebo Date: Wed, 29 Mar 2023 22:01:20 -0700 Subject: [PATCH] improve visibility of code --- src/components/Layout/HomeContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} );