Skip to content

Commit

Permalink
Final Touch
Browse files Browse the repository at this point in the history
  • Loading branch information
The-XENO-Studios committed Oct 22, 2024
1 parent daa71c8 commit 1c554a3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/app/(main)/Components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,6 @@ const Navbar = () => {
</Link>
</li>
)}

<li>
<Link
onClick={() => {
setShowOptions(false);
}}
href="/club"
className="block rounded bg-blue-500 px-3 py-2 text-white hover:bg-gray-200 md:bg-transparent md:p-0 md:text-primary-500 md:hover:bg-transparent md:hover:text-blue-500"
>
Club
</Link>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 1c554a3

Please sign in to comment.