Skip to content

Commit a00f951

Browse files
committedJun 1, 2023
fix: issue #77
1 parent 013c477 commit a00f951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/src/components/Navbar/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Navbar = () => {
66
return (
77
<nav className="primary-nav">
88
<div>
9-
<img src={Logo} alt="Roadmap Runner logo" />
9+
<Link to="/"><img src={Logo} alt="Homepage" /></Link>
1010
<div>RoadmapRunner</div>
1111
</div>
1212
</nav>

0 commit comments

Comments
 (0)
Please sign in to comment.