diff --git a/public/client.js b/public/client.js index ac294a6..41141ca 100755 --- a/public/client.js +++ b/public/client.js @@ -62,7 +62,7 @@ async function fetchRandomImage() { console.log('Fetched and cached image'); // Create and display attribution - const attributionText = `Photo by ${data.user.name} on Unsplash`; + const attributionText = `Photo by ${data.user.name} on Unsplash`; // Assuming you have an element with id 'attribution' for the attribution text attribution.innerHTML = attributionText;