File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ import { SkipLink } from "@/components/SkipLink"
16
16
// import { DEFAULT_LOCALE } from "@/lib/constants"
17
17
import { lightTheme as oldTheme } from "../theme"
18
18
19
+ const FeedbackWidget = dynamic ( ( ) => import ( "@/components/FeedbackWidget" ) , {
20
+ ssr : false ,
21
+ } )
22
+
19
23
export const RootLayout = ( {
20
24
children,
21
25
// contentIsOutdated,
@@ -44,10 +48,6 @@ export const RootLayout = ({
44
48
// const shouldShowLegalTranslationBanner = isLegal && !isPageLanguageEnglish
45
49
// const originalPagePath = toPosixPath(join(DEFAULT_LOCALE, asPath))
46
50
47
- const FeedbackWidget = dynamic ( ( ) => import ( "@/components/FeedbackWidget" ) , {
48
- ssr : false ,
49
- } )
50
-
51
51
return (
52
52
< Container mx = "auto" maxW = { oldTheme . variables . maxPageWidth } >
53
53
< SkipLink />
You can’t perform that action at this time.
0 commit comments