9 Commits

Author SHA1 Message Date
69c514e9f9 Update src/app/page.tsx 2026-03-03 14:05:15 +00:00
c95758c48f Update src/app/layout.tsx 2026-03-03 14:05:13 +00:00
1cb07995b5 Update src/app/page.tsx 2026-03-03 14:02:19 +00:00
5a6c7b6bc9 Update src/app/layout.tsx 2026-03-03 14:02:18 +00:00
41eb262750 Update src/app/page.tsx 2026-03-03 14:01:32 +00:00
5740ba74c0 Update src/app/layout.tsx 2026-03-03 14:01:31 +00:00
fa924532f9 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:57:12 +00:00
8aa1024e13 Update src/app/page.tsx 2026-03-03 13:57:05 +00:00
0769edd8a9 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:53:42 +00:00

View File

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