Skip to content

Commit

Permalink
Merge pull request #61 from hack4impact-calpoly/57-rpvermeu
Browse files Browse the repository at this point in the history
refactor(navbar): removed the unneccesary home button from the navbar
  • Loading branch information
oli-lane authored Feb 27, 2024
2 parents 7973513 + c3b25ca commit ce96a14
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 ce96a14

Please sign in to comment.