Skip to content

Commit

Permalink
feat(components/share/socialMediaButtonsGroup): Change Whatsapp share…
Browse files Browse the repository at this point in the history
… url to improve open graph meta
  • Loading branch information
Jenifer López committed Oct 30, 2024
1 parent 9dbf1b0 commit 2e1070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/share/socialMediaButtonsGroup/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2e1070d

Please sign in to comment.