Skip to content

Commit

Permalink
Final solve icon
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmndzg committed Apr 29, 2024
1 parent ca6c04f commit 6eed655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Header = props => {
return (
<header className="header">
<Link className='homeButton' to="/">
<img src={props.theme === "light" ? "KaW.png" : "KaW_D.png"} alt="Logo of Know and Win APP" />
<img src={props.theme === "light" ? "/KaW.png" : "/KaW_D.png"} alt="Logo of Know and Win APP" />
</Link>

<div className="options">
Expand Down

0 comments on commit 6eed655

Please sign in to comment.