Skip to content

Commit 8b64a2a

Browse files
authored
Merge pull request #111 from GoBuildOrg/dev2
Dev2
2 parents ed69a7e + c68a5b5 commit 8b64a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PopupWhatsApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const PopupWhatsApp: React.FC<PopupWhatsAppProps> = ({
1111
}) => {
1212
const [open, setOpen] = useState(false);
1313

14-
const whatsappLink = `https://wa.me/${8899310111}?text=${encodeURIComponent(
14+
const whatsappLink = `https://wa.me/${918899310111}?text=${encodeURIComponent(
1515
message
1616
)}`;
1717

0 commit comments

Comments
 (0)