From c5318a3528d51a98581d2284586454b78cba490f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 13 Feb 2026 22:06:32 -0500 Subject: [PATCH] Copied message in bold --- assets/javascripts/copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/copy.js b/assets/javascripts/copy.js index 0f4dfe5..4329800 100644 --- a/assets/javascripts/copy.js +++ b/assets/javascripts/copy.js @@ -13,7 +13,7 @@ async function handleCopy(event) { // 4. Update the UI to show it worked const link = event.target; const originalText = link.innerText; - link.innerText = "Copied!"; + link.innerHTML = "Copied!"; link.style.color = "#4CAF50"; // Turn green // 5. Reset after 2 seconds