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-migrate | |
| parent | 463a051646fe1dc70bebd05359381c393b951fff (diff) | |
change wa number
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/libs/whatsappUrl.ts | 2 | ||||
| -rw-r--r-- | src-migrate/modules/header/components/HeaderDesktop.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/libs/whatsappUrl.ts b/src-migrate/libs/whatsappUrl.ts index 66879585..a3fcf8ad 100644 --- a/src-migrate/libs/whatsappUrl.ts +++ b/src-migrate/libs/whatsappUrl.ts @@ -44,5 +44,5 @@ export const whatsappUrl = ({ result = greetingText + result; } - return `https://wa.me/628128080622?text=${encodeURIComponent(result)}`; + return `https://wa.me/6281717181922?text=${encodeURIComponent(result)}`; }; diff --git a/src-migrate/modules/header/components/HeaderDesktop.tsx b/src-migrate/modules/header/components/HeaderDesktop.tsx index 8f5a8efa..131fa7da 100644 --- a/src-migrate/modules/header/components/HeaderDesktop.tsx +++ b/src-migrate/modules/header/components/HeaderDesktop.tsx @@ -54,7 +54,7 @@ const HeaderDesktop = () => { <Image src='/images/socials/Whatsapp-2.png' alt='Whatsapp' width={48} height={48} /> <div> <div className='font-semibold'>Whatsapp</div> - 0812 8080 622 (Chat) + 0817 1718 1922 (Chat) </div> </a> </div> |
