Skip to content

Commit 9c68deb

Browse files
authored
chore: update layout.tsx
1 parent 79f30db commit 9c68deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const metadata: Metadata = {
4343
const RootLayout: FC<PropsWithChildren> = async ({ children }) => {
4444
return (
4545
<html lang="en" className={fontClasses} suppressHydrationWarning>
46-
<body>
46+
<body suppressHydrationWarning>
4747
<TRPCReactProvider>
4848
<ThemeProvider>
4949
<NextTopLoader height={5} />

0 commit comments

Comments
 (0)