Skip to content

Commit

Permalink
chore: remove SuppressWarnings
Browse files Browse the repository at this point in the history
Signed-off-by: gouravkrosx <[email protected]>
  • Loading branch information
gouravkrosx committed Dec 9, 2024
1 parent d4bda44 commit dc1bd72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function RootLayout({
};

return (
<html lang="en" suppressHydrationWarning>
<html lang="en">
<head>
<title>{finalMetadata.title}</title>
<meta name="keywords" content={finalMetadata.keywords} />
Expand Down Expand Up @@ -168,7 +168,6 @@ export default function RootLayout({
</head>
<body
className={`${inter.variable} font-inter antialiased bg-white text-gray-900 tracking-tight`}
suppressHydrationWarning
>
<div className="flex flex-col overflow-hidden supports-[overflow:clip]:overflow-clip">
{HeaderDisplayed && <Header />}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc1bd72

Please sign in to comment.