From 4261b593d8177e529b1346d1d2d099fe4c2d347e Mon Sep 17 00:00:00 2001 From: Graham Mather Date: Sun, 3 Dec 2023 12:51:22 -0500 Subject: [PATCH] rebase --- client/src/components/Home/NavBarUpdated.tsx | 128 +++++++++---------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/client/src/components/Home/NavBarUpdated.tsx b/client/src/components/Home/NavBarUpdated.tsx index 7962bd2..ad24647 100644 --- a/client/src/components/Home/NavBarUpdated.tsx +++ b/client/src/components/Home/NavBarUpdated.tsx @@ -9,76 +9,76 @@ const Navbar = () => { }; const buttonStyle = - "px-4 py-2 text-black text-s rounded-md border-gray-400"; + "px-4 py-2 text-black text-s rounded-md border-gray-400"; const activeButtonStyle = "bg-DFB2AA"; return ( -
-
-
- - - -
-
- Logo -
-
- - - +
+
+
+ + + +
+
+ Logo +
+
+ + + - - - - - - - - + + + + + + + + +
-
); }; -export default Navbar; +export default Navbar; \ No newline at end of file