Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ExKave authored Aug 18, 2024
1 parent 63c802d commit 1bfadf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 1bfadf0

Please sign in to comment.