Skip to content

Commit

Permalink
image path
Browse files Browse the repository at this point in the history
  • Loading branch information
esthersoftwaredev committed Jun 1, 2024
1 parent a6a6230 commit 601fb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function createBox(items) {

box.classList.add("box");
box.innerHTML = `
<img class="mainImage" src="/assets/images/main.png" alt="artificial product"/>
<img class="mainImage" src="assets/images/main.png" alt="artificial product"/>
`; // had to replace image since the ones from the api got discontinued
container.appendChild(box);

Expand Down

0 comments on commit 601fb50

Please sign in to comment.