We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed69a7e + c68a5b5 commit 8b64a2aCopy full SHA for 8b64a2a
src/components/PopupWhatsApp.tsx
@@ -11,7 +11,7 @@ const PopupWhatsApp: React.FC<PopupWhatsAppProps> = ({
11
}) => {
12
const [open, setOpen] = useState(false);
13
14
- const whatsappLink = `https://wa.me/${8899310111}?text=${encodeURIComponent(
+ const whatsappLink = `https://wa.me/${918899310111}?text=${encodeURIComponent(
15
message
16
)}`;
17
0 commit comments