From a771ee54f65a8aebc3b6fb78be05602d13050b8c Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 4 Dec 2024 11:15:38 -0600 Subject: [PATCH] correct button html --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 58b4d8d..14c6b76 100644 --- a/script.js +++ b/script.js @@ -1,10 +1,10 @@ // snippet that copies the html for my button(s) function copyButtonRegular() { - navigator.clipboard.writeText ('Sneexy'); + navigator.clipboard.writeText ('Sneexy'); alert("button html copied!"); } function copyButtonCatppuccin() { - navigator.clipboard.writeText ('Sneexy'); + navigator.clipboard.writeText ('Sneexy'); alert("button html copied!"); } \ No newline at end of file