Skip to content

Commit

Permalink
change image path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannettearias committed Aug 23, 2024
1 parent 83ceaf2 commit 88cedbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Header() {
<div>
<img
className='header__img'
src="../../img/harry-potter-logo-32524.png" alt="harry-potter-logo" />
src="./img/harry-potter-logo-32524.png" alt="harry-potter-logo" />
</div>
</header>
</>
Expand Down

0 comments on commit 88cedbf

Please sign in to comment.