Skip to content

Commit

Permalink
Update Navbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpa005 committed Sep 16, 2023
1 parent c8def65 commit 5c93636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15-cl-web-reactinfo/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react"
export default function Navbar() {
return (
<nav>
<img src="./images/react-icon-small.png" className="nav--icon" />
<img src="../images/react-icon-small.png" className="nav--icon" />
<h3 className="nav--logo_text">ReactFacts</h3>
<h4 className="nav--title">React Course - Project 1</h4>
</nav>
Expand Down

0 comments on commit 5c93636

Please sign in to comment.