Skip to content

Commit

Permalink
Merge pull request #23 from fullstackatbrown/bilalbranch
Browse files Browse the repository at this point in the history
Removed contact page and added contact link to footer
  • Loading branch information
Zahra2603 committed Nov 4, 2023
2 parents 9294e91 + 173493f commit c88372f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Footnote.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Footnote = () => {
Leadership
</div>
<div className="text-2xl text-[#650202] font-bold inline-block">
Contact
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdSC_VzIloUZ37vlAICG21CtEdShoidBJuHIbnGSh-PIBNzbA/viewform">Contact</a>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit c88372f

Please sign in to comment.