diff --git a/frontend/src/components/Hamburger.tsx b/frontend/src/components/Hamburger.tsx index a67f8a3..34a2737 100644 --- a/frontend/src/components/Hamburger.tsx +++ b/frontend/src/components/Hamburger.tsx @@ -52,45 +52,51 @@ export default function Hamburger() { - - - + + {/* + + Apply to Subcommittee + + */} + About Us - + Events - + Resources - + Sponsors - + Contact Us - + - diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 6c43a3b..c43a78e 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -30,7 +30,7 @@ const Navbar = () => { ~{path.map(segment => '/' + segment.toLowerCase())} $ {/* The interactive terminal that allows changing pages using 'cd' */} - +

@@ -63,7 +63,7 @@ const Navbar = () => {
-
+ ); };