summaryrefslogtreecommitdiff
path: root/src/pages/my
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/my')
-rw-r--r--src/pages/my/menu.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx
index 63b4d35c..407e400f 100644
--- a/src/pages/my/menu.jsx
+++ b/src/pages/my/menu.jsx
@@ -8,7 +8,7 @@ import { ChevronRightIcon, UserIcon } from '@heroicons/react/24/solid';
import { signOut, useSession } from 'next-auth/react';
import { useRouter } from 'next/router';
import ImageNext from 'next/image';
-
+import whatsappUrl from '@/core/utils/whatsappUrl';
export default function Menu() {
const auth = useAuth();
const router = useRouter();
@@ -118,7 +118,7 @@ export default function Menu() {
<MenuHeader>Pusat Bantuan</MenuHeader>
<div className='divide-y divide-gray_r-6 border-y border-gray_r-6 mt-4'>
- <LinkItem href='/'>
+ <LinkItem href={whatsappUrl('', '', '')}>
{' '}
<div className='flex gap-x-3 items-center'>
<ImageNext