From 79535b7289511eeec5c48b96f12a0344f61d9d81 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 28 Nov 2024 23:53:02 +0100 Subject: [PATCH] [call-me] - ops --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index 41141ca..f406554 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;