website refactor

This commit is contained in:
2026-01-19 21:41:59 +01:00
parent a0db155427
commit 873002f228
9 changed files with 87 additions and 178 deletions

View File

@@ -75,7 +75,7 @@ export default async function RootLayout({
<head>
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body className="antialiased overflow-hidden h-screen">
<body className="antialiased">
<AppWrapper enabledFlags={enabledFlags}>
<RootAppShellTemplate>{children}</RootAppShellTemplate>
</AppWrapper>