We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9fdb4 commit f43a2e1Copy full SHA for f43a2e1
1 file changed
apps/dashboard/src/app/layout.tsx
@@ -65,7 +65,7 @@ export default function RootLayout({
65
}
66
67
return (
68
- <html suppressHydrationWarning lang="en" className={`${GeistSans.variable} ${GeistMono.variable}`} style={{ contain: 'paint' }}>
+ <html suppressHydrationWarning lang="en" className={`${GeistSans.variable} ${GeistMono.variable}`}>
69
<head>
70
<link rel="preconnect" href="https://fonts.gstatic.com" />
71
<StyleLink href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded&display=block" />
0 commit comments