From 670e6d6dac5b92625aa2885bd167e018c93a8fcb Mon Sep 17 00:00:00 2001 From: Naren Rohan Date: Fri, 7 Jun 2024 11:54:52 +1200 Subject: [PATCH] Created responsive navbar --- web/src/components/Header.tsx | 128 ++++++++++++++++++---------------- 1 file changed, 66 insertions(+), 62 deletions(-) diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index 39e0cc50..80728279 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -17,70 +17,74 @@ function Header() { return (
-
-
- - Peacock Logo - Logo Text - -
- -
+
+ + Peacock Logo + Logo Text + +
+
-
+
); }