Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Feb 13, 2024
1 parent fc8d60d commit 1448af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ document.addEventListener("DOMContentLoaded", () => {
)

const image = document.querySelector("[itemprop='image']")
fetch(url("/images/square.png")).then(response => {
image.src = url("/images/square.png")
fetch(url("images/square.png")).then(response => {
image.src = url("images/square.png")
})
})

0 comments on commit 1448af0

Please sign in to comment.