diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-05-08 13:23:10 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-05-08 13:23:10 +0700 |
| commit | 1bb3f91f27db4db6a16a1ed3fe59016268ba3d44 (patch) | |
| tree | 4642fa4712a1cfc56ff3a8c2556128e019b0ee80 /src/core/utils | |
| parent | 463a051646fe1dc70bebd05359381c393b951fff (diff) | |
change wa number
Diffstat (limited to 'src/core/utils')
| -rw-r--r-- | src/core/utils/whatsappUrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils/whatsappUrl.js b/src/core/utils/whatsappUrl.js index 9a92f424..7a129aa6 100644 --- a/src/core/utils/whatsappUrl.js +++ b/src/core/utils/whatsappUrl.js @@ -7,7 +7,7 @@ const whatsappUrl = (template = 'default', payload, urlPath = null) => { if(!urlPath) return '/login' } let parentName = user.parentName || '-' - let url = 'https://wa.me/628128080622' + let url = 'https://wa.me/6281717181922' let text = 'Hallo Indoteknik.com,' switch (template) { case 'product': |
