diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:55:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:55:52 +0700 |
| commit | ac83b0ea5afd82194f38fbc913678e16a81b5c2c (patch) | |
| tree | 4373da17bcb43d752b7bd888e28ba906099a19aa /src/pages/my/menu.jsx | |
| parent | c7b437cd0541cde9e2a829ec3c5689dc237505a8 (diff) | |
| parent | b4861f70338adb3960125923a7e6e4032279c88e (diff) | |
Merge branch 'new-release' into Feature/pengajuan-tempo
# Conflicts:
# src/lib/auth/components/Menu.jsx
# src/pages/my/menu.jsx
Diffstat (limited to 'src/pages/my/menu.jsx')
| -rw-r--r-- | src/pages/my/menu.jsx | 4 |
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 |
