From 2e1070d689150427fd99d12f098654f858611bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jenifer=20L=C3=B3pez?= Date: Wed, 30 Oct 2024 12:08:37 +0100 Subject: [PATCH] feat(components/share/socialMediaButtonsGroup): Change Whatsapp share url to improve open graph meta --- components/share/socialMediaButtonsGroup/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/share/socialMediaButtonsGroup/src/config.js b/components/share/socialMediaButtonsGroup/src/config.js index f20e46a49..6f21df92f 100644 --- a/components/share/socialMediaButtonsGroup/src/config.js +++ b/components/share/socialMediaButtonsGroup/src/config.js @@ -9,7 +9,7 @@ const DEFAULT_SOCIAL_MEDIA_DICTIONARY = { whatsapp: { design: 'outline', literal: 'WhatsApp', - url: 'https://wa.me/?text=' + url: 'https://api.whatsapp.com/send?text=' }, facebook: { design: 'outline',