From 9e8651ecfd24b2214feefa6dfaa47f79cdd7db93 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Sun, 17 Nov 2024 21:05:53 -0500 Subject: [PATCH] cleanup, hide menu on nav item click --- src/App.jsx | 8 ++++---- src/App.scss | 2 +- src/Home.jsx | 8 ++++---- src/Navbar.jsx | 24 +++++++++++++----------- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 04b59a4..a9f6c6d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,10 +12,10 @@ function App() { <> - } /> - } /> - } /> - + } /> + } /> + } /> +