From c26b83dd7b8a4208c6dfea0e219cbe5bc649156a Mon Sep 17 00:00:00 2001 From: Christopher Fu Date: Mon, 11 Mar 2024 12:20:58 -0400 Subject: [PATCH] fix: fix mobile menu on marketing page --- apps/docs/src/pages/index.tsx | 154 +++++++++++++++++----------------- 1 file changed, 78 insertions(+), 76 deletions(-) diff --git a/apps/docs/src/pages/index.tsx b/apps/docs/src/pages/index.tsx index 58744a2f..8096cd7d 100644 --- a/apps/docs/src/pages/index.tsx +++ b/apps/docs/src/pages/index.tsx @@ -85,96 +85,98 @@ export function NavigationBar({ absolute = true }: { absolute?: boolean }) { const blurPx = `blur(${Math.min(2, yScrollPosition / 50)}px)`; return ( -
+
-
- -
-
+
+ + )} + ); }