We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8761ce commit e4f3cadCopy full SHA for e4f3cad
app/root.tsx
@@ -36,6 +36,7 @@ export const Layout = ({ children }: { children: React.ReactNode }) => {
36
return (
37
<html className="overflow-y-auto overflow-x-hidden" lang={i18n.language} dir={i18n.dir()}>
38
<head>
39
+ <ClientHintCheck />
40
<meta charSet="utf-8" />
41
<meta name="viewport" content="width=device-width, initial-scale=1" />
42
<Meta />
@@ -45,7 +46,6 @@ export const Layout = ({ children }: { children: React.ReactNode }) => {
45
46
<LanguageSwitcher />
47
{children}
48
<ScrollRestoration />
- <ClientHintCheck />
49
<Scripts />
50
</body>
51
</html>
0 commit comments