Update src/app/layout.tsx

This commit is contained in:
2026-03-03 17:11:13 +00:00
parent c3b8cf3104
commit cff262ae00

View File

@@ -35,7 +35,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="sk" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}