diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 3b2b77063a5f26..5513c55f430b8b 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -116,7 +116,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo diff --git a/apps/web/components/PageWrapper.tsx b/apps/web/components/PageWrapper.tsx index a80b5347a35100..35f7e0ea23d4e4 100644 --- a/apps/web/components/PageWrapper.tsx +++ b/apps/web/components/PageWrapper.tsx @@ -90,7 +90,7 @@ function PageWrapper(props: AppProps) {