Skip to content

Commit

Permalink
Merge pull request #674 from SUI-Components/feat/change-share-whatsap…
Browse files Browse the repository at this point in the history
…p-url-og-compatibility

feat(components/share/socialMediaButtonsGroup): Change Whatsapp share url to improve open graph meta
  • Loading branch information
jelowin authored Oct 30, 2024
2 parents 9dbf1b0 + 2e1070d commit 7ac54e6
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 7ac54e6

Please sign in to comment.