From c695f4e9f86e2441da8a774a81bc9f66ab5bc906 Mon Sep 17 00:00:00 2001 From: xiften <108333567+not-ani@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:21:10 -0600 Subject: [PATCH] fix: removed x-overflow --- apps/website/src/app/(marketing)/layout.tsx | 4 +--- apps/website/src/app/(marketing)/page.tsx | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/website/src/app/(marketing)/layout.tsx b/apps/website/src/app/(marketing)/layout.tsx index 8259a79..a16f763 100644 --- a/apps/website/src/app/(marketing)/layout.tsx +++ b/apps/website/src/app/(marketing)/layout.tsx @@ -15,9 +15,7 @@ export default function Layout({
-
- {children} -
+
{children}
{modal}
diff --git a/apps/website/src/app/(marketing)/page.tsx b/apps/website/src/app/(marketing)/page.tsx index 0760dae..715be1d 100644 --- a/apps/website/src/app/(marketing)/page.tsx +++ b/apps/website/src/app/(marketing)/page.tsx @@ -9,9 +9,6 @@ export default function Home() {
-
-
-