Skip to content

Commit

Permalink
Merge pull request #5 from mihajlon97/patch-1
Browse files Browse the repository at this point in the history
Update constants.js
  • Loading branch information
ktquez authored Dec 2, 2020
2 parents 77faf82 + f89ffc7 commit b301dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const URL_ASSETS = 'https://raw.githubusercontent.com/ktquez/vue-social-chat/master/src'

export const HREF_BY_APP = {
whatsapp: 'https://web.whatsapp.com/send?phone=%ph%&text=',
whatsapp: 'https://api.whatsapp.com/send?phone=%ph%&text=',
messenger: 'https://m.me/%ph%',
telegram: 'https://telegram.me/%ph%',
viber: 'viber://chat?number=%ph%',
Expand Down

0 comments on commit b301dac

Please sign in to comment.