Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions frontend/src/components/Hamburger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ export default function Hamburger() {
align="end"
className="w-44 bg-[#3977F9] border-none shadow-lg rounded-2xl text-white dropdown-content overflow-hidden"
>

{/* <DropdownMenuItem asChild className="text-white text-lg py-2 px-4 rounded-2xl focus:bg-white/10 hover:bg-white/10 cursor-pointer dropdown-item">
<Link href="https://docs.google.com/forms/d/1EkNgm9HQc1b3C8Pvk7AqHvXF6N65txmOxmKjdMpfwBs" className="w-full block">
Apply to Subcommittee
</Link>
</DropdownMenuItem> */}


<DropdownMenuItem asChild className="text-white text-lg py-2 px-4 rounded-2xl focus:bg-white/10 hover:bg-white/10 cursor-pointer dropdown-item">
<Link href="/about" className="w-full block">
About Us
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ const Navbar = () => {
</div>
<div>
<div className="md:flex xl:gap-18 lg:gap-10 md:gap-5 text-right font-bold hidden">
{/* <Link href="https://docs.google.com/forms/d/1EkNgm9HQc1b3C8Pvk7AqHvXF6N65txmOxmKjdMpfwBs">
<div className="text-xl">{'//'} subcommittee</div>
</Link> */}
<Link href="/about">
<div className="text-xl">{'//'} about us</div>
</Link>
Expand Down
Loading