Skip to content

Commit

Permalink
refactor(navbar): removed the unneccesary home button from the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert303V committed Feb 25, 2024
1 parent 04e196b commit c3b25ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default function Navbar() {
</div>
<ul>
<li className="flex space-x-4">
<Link href="/">Home</Link>
{/* <button onClick={handleSignOut}>Logout</button> */}
{session ? (
<button onClick={handleSignOut}>Logout</button>
Expand Down

0 comments on commit c3b25ca

Please sign in to comment.