diff --git a/frontend/apps/site/pages/_app.tsx b/frontend/apps/site/pages/_app.tsx index 64f58917ef..26b1ec37cc 100644 --- a/frontend/apps/site/pages/_app.tsx +++ b/frontend/apps/site/pages/_app.tsx @@ -83,7 +83,7 @@ function App({Component, pageProps}: AppProps) { - {contents} + {contents} @@ -110,7 +110,7 @@ function ThemeProvider({children}: {children: React.ReactNode}) { disableRootThemeClass disableInjectCSS > - {children} + {children} )