diff --git a/assets/.DS_Store b/assets/.DS_Store index 87088da397..5e3a3a2db4 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/scripts/templates/homepage.js b/scripts/templates/homepage.js index 44efd685e0..4776cc3ba6 100644 --- a/scripts/templates/homepage.js +++ b/scripts/templates/homepage.js @@ -23,7 +23,7 @@ function homepageTemplate(data) { p2.textContent = `${price}Є/jour`; const linkPhotographer = document.createElement('a'); - linkPhotographer.setAttribute("href", `scripts/templates/photographer.js?id=${id}`); + linkPhotographer.setAttribute("href", `photographer.html?id=${data.id}`); linkPhotographer.appendChild(photographer) photographer.appendChild(img); photographer.appendChild(h2);