This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 04f4ae1d9471232ef6db3942d846833e10937fdb
Author: LiLi <[email protected]>
AuthorDate: Tue Feb 22 11:47:25 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 site2/website-next/src/theme/Root.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/src/theme/Root.js 
b/site2/website-next/src/theme/Root.js
index 0ded5a0..8855da4 100644
--- a/site2/website-next/src/theme/Root.js
+++ b/site2/website-next/src/theme/Root.js
@@ -6,9 +6,10 @@ import theme from "./material-theme";
 // Default implementation, that you can customize
 function Root({ children }) {
   return (
-    <>
-      <ThemeProvider theme={theme}>{children}</ThemeProvider>
-    </>
+    // <>
+    //   <ThemeProvider theme={theme}>{children}</ThemeProvider>
+    // </>
+    <>{children}</>
   );
 }
 

Reply via email to