From d4bc8672d76f08ce7bde32504410075e10cdf9ee Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:44:33 +1000 Subject: [PATCH] fixed navbar --- src/components/ui/NavigationBar.tsx | 35 ++++++++++++++++++----------- src/navStore.js | 4 ---- 2 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 src/navStore.js diff --git a/src/components/ui/NavigationBar.tsx b/src/components/ui/NavigationBar.tsx index ab9b327..80e70c3 100644 --- a/src/components/ui/NavigationBar.tsx +++ b/src/components/ui/NavigationBar.tsx @@ -98,33 +98,38 @@ export const HoverNavigation = ({ }); return ( -
+
- - Ryan - +
+ + Ryan + +
Available for work -
+
@@ -176,10 +181,11 @@ export const HoverNavigation = ({ ))} -
+
@@ -191,7 +197,10 @@ export const HoverNavigation = ({ transition={{ ease: "easeInOut", }} - className="overflow-hidden" + initial={{ + height: "0px", + }} + className="h-0 overflow-hidden" > {items.map((item, idx) => (