Skip to content

Commit

Permalink
Merge pull request #238 from PeterOche/main
Browse files Browse the repository at this point in the history
Update Navbar.jsx:  clicking logo navigates home
  • Loading branch information
PeterOche authored Feb 22, 2025
2 parents 24c671a + 577f48d commit d31b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Navbar = ({
className="flex items-center justify-between p-3 lg:px-8"
>
<div className="flex lg:flex-1">
<Link href="#" className="-m-1.5 p-1.5">
<Link href="/" className="-m-1.5 p-1.5">
<span className="sr-only">LyricsFlip</span>
<Image
alt=""
Expand Down

0 comments on commit d31b54d

Please sign in to comment.