feat(FIX-160): completed feature
This commit is contained in:
@@ -8,7 +8,9 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="es">
|
||||
// suppressHydrationWarning: browser extensions (e.g. LastPass) inject
|
||||
// attributes like data-lt-installed that differ between server and client.
|
||||
<html lang="es" suppressHydrationWarning>
|
||||
<body className="bg-gray-50 text-gray-900 antialiased">{children}</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user