From fe49fd98e6a4f40a40d69811c137e92742668887 Mon Sep 17 00:00:00 2001 From: Yan Holtz Date: Fri, 9 Aug 2024 11:26:25 +0200 Subject: [PATCH] back to prev navbar --- component/Navbar.tsx | 111 +++++++++++++++++++++---------------------- 1 file changed, 55 insertions(+), 56 deletions(-) diff --git a/component/Navbar.tsx b/component/Navbar.tsx index 709e3bbc..726b7400 100644 --- a/component/Navbar.tsx +++ b/component/Navbar.tsx @@ -6,63 +6,62 @@ export default function Navbar() { const [isAllSectionModalOpen, setIsAllSectionModalOpen] = useState(false); return ( -
Hello
- // <> - // + {isAllSectionModalOpen && ( + + )} + ); }