Skip to content

Commit 24cf5ad

Browse files
author
Ritika Mishra
committed
fix hydration error
1 parent bbbb8e6 commit 24cf5ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export default function RootLayout({
4747
}>) {
4848
return (
4949
<html lang="en" suppressHydrationWarning>
50-
<head>
51-
<link rel="manifest" href={`${basePath}/manifest.json`} /> {/* ✅ Dynamic manifest */}
52-
</head>
50+
<head><link rel="manifest" href={`${basePath}/manifest.json`} /></head>
5351
<body
5452
className={cn(
5553
lobsterTwo.variable,

0 commit comments

Comments
 (0)