fix: video hero
Deploy con Podman / deploy (push) Failing after 7m15s

This commit is contained in:
2026-06-13 09:03:01 -05:00
parent 3a944b359a
commit 1ca7b5805f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
data[key] = value;
// Send data to WhatsApp API
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699&text=' + encodeURIComponent(JSON.stringify(data));
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699;
window.open(apiUrl, '_blank');
});