From 06dc88c76638bcf47bddb783505e642f4785b780 Mon Sep 17 00:00:00 2001
From: Annie <144983019+annie287@users.noreply.github.com>
Date: Tue, 2 Jun 2026 14:47:06 +1000
Subject: [PATCH 1/2] remove the subcommitte button
---
frontend/src/components/Navbar.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx
index 26e55d9..fc291c7 100644
--- a/frontend/src/components/Navbar.tsx
+++ b/frontend/src/components/Navbar.tsx
@@ -30,14 +30,14 @@ const Navbar = () => {
~{path.map(segment => '/' + segment.toLowerCase())}
$
{/* The interactive terminal that allows changing pages using 'cd' */}
-
+
-
+ {/*
{'//'} subcommittee
-
+ */}
{'//'} about us
@@ -66,7 +66,7 @@ const Navbar = () => {
-
+
);
};
From 0836aa4457302393685c77155894276c1b0d9b1d Mon Sep 17 00:00:00 2001
From: Annie <144983019+annie287@users.noreply.github.com>
Date: Mon, 8 Jun 2026 14:51:18 +1000
Subject: [PATCH 2/2] Remove subcommittee button from mobile view
---
frontend/src/components/Hamburger.tsx | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/frontend/src/components/Hamburger.tsx b/frontend/src/components/Hamburger.tsx
index dc42cb0..34a2737 100644
--- a/frontend/src/components/Hamburger.tsx
+++ b/frontend/src/components/Hamburger.tsx
@@ -52,51 +52,51 @@ export default function Hamburger() {
-
-
-
-
+
+ {/*
Apply to Subcommittee
-
+ */}
About Us
-
+
Events
-
+
Resources
-
+
Sponsors
-
+
Contact Us
-
+
-