From 805eb86848473e2870aaa7e0e08887ae4496b4df Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 25 Jul 2025 11:52:41 -0600 Subject: [PATCH] Nav border --- src/components/NavigationBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationBar.tsx b/src/components/NavigationBar.tsx index d16e568..a3c7af3 100644 --- a/src/components/NavigationBar.tsx +++ b/src/components/NavigationBar.tsx @@ -94,7 +94,7 @@ export default function NavigationBar({ currentPath }: NavigationBarProps) { } ${isVisible.value ? "translate-y-0" : "translate-y-20"}`} >
-