From b84fd7bef5864be5ea98063af6a900d14dbeafa7 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 28 Nov 2024 23:50:55 +0100 Subject: [PATCH] [call-me] - fix typo --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;