Skip to content

Commit

Permalink
WORKPLS
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent 3bc2f60 commit f8aa833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-frontend/src/Components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ function NavBar() {
<ul className="nav-list">
<li>
<a href="/">
<img className="logo" src="src/images/yes.png"/>
<img className="logo" src="../yes.png"/>
<img className="logo" src="public/yes.png"/>
<img className="logo" src="./yes.png"/>
</a>
</li>
<li className="hover">
Expand Down

0 comments on commit f8aa833

Please sign in to comment.