From 173493fd8434f14f8ce9cd7f00d5331c9891ce45 Mon Sep 17 00:00:00 2001 From: Bilal Ali Date: Sat, 4 Nov 2023 16:54:19 -0400 Subject: [PATCH] Removed contact page and added contact link to footer --- frontend/src/components/Footnote.jsx | 2 +- frontend/src/components/Navbar.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Footnote.jsx b/frontend/src/components/Footnote.jsx index d3125ad..deffe6f 100644 --- a/frontend/src/components/Footnote.jsx +++ b/frontend/src/components/Footnote.jsx @@ -51,7 +51,7 @@ const Footnote = () => { Leadership
- Contact + Contact
diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index c16a17b..2447bc0 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -6,7 +6,7 @@ const buttons = [ { name: "Constitution", link: "/constitution" }, { name: "Parties", link: "/parties" }, { name: "Leadership", link: "/leadership" }, - { name: "Contact", link: "/contact" }, + // { name: "Contact", link: "/contact" }, ]; const NavbarButton = ({ name, link }) => {