Skip to content

Commit e4f3cad

Browse files
committed
moved to head
1 parent f8761ce commit e4f3cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const Layout = ({ children }: { children: React.ReactNode }) => {
3636
return (
3737
<html className="overflow-y-auto overflow-x-hidden" lang={i18n.language} dir={i18n.dir()}>
3838
<head>
39+
<ClientHintCheck />
3940
<meta charSet="utf-8" />
4041
<meta name="viewport" content="width=device-width, initial-scale=1" />
4142
<Meta />
@@ -45,7 +46,6 @@ export const Layout = ({ children }: { children: React.ReactNode }) => {
4546
<LanguageSwitcher />
4647
{children}
4748
<ScrollRestoration />
48-
<ClientHintCheck />
4949
<Scripts />
5050
</body>
5151
</html>

0 commit comments

Comments
 (0)