From 1bfadf0d240be599cd21da71e88cb6cde3141ed0 Mon Sep 17 00:00:00 2001 From: Exkave <77685466+ExKave@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:29:28 +0530 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3b371bf..91b223a 100644 --- a/index.html +++ b/index.html @@ -407,7 +407,7 @@ // Construct the WhatsApp share URL const whatsappURL = `whatsapp://send?text=${encodedMessage}`; - whatsappURL='whatsapp://send?text=This is WhatsApp sharing example using button'; + whatsappURL=`whatsapp://send?text=This is WhatsApp sharing example using button`; // Open the WhatsApp URL in a new window/tab window.open(whatsappURL, '_blank'); });