From 0ac205c01236a05e0df42cbe86012afc8ec8a514 Mon Sep 17 00:00:00 2001 From: domchan <31119455+domechn@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:32:08 -0600 Subject: [PATCH] fix nav at top (#148) * improve select components * improve path * fix nav at top --- src/components/index/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/index/index.tsx b/src/components/index/index.tsx index 159ad4b..9513fed 100644 --- a/src/components/index/index.tsx +++ b/src/components/index/index.tsx @@ -235,9 +235,10 @@ const App = () => { }, [lo.pathname]); return ( -
-
-
+
+
+
@@ -254,7 +255,9 @@ const App = () => {
- +
+ +
); }