diff --git a/assets/js/main.js b/assets/js/main.js index 8d95134..85b0e50 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -18,7 +18,7 @@ document.addEventListener("DOMContentLoaded", function () { codeBlock.innerText = "Copied!"; setTimeout(function () { codeBlock.innerText = originalText; - }, 1000); // Reset the text after 1 second + }, 1000); // Revert text after 1 second } catch (err) { console.error("Unable to copy:", err); }