diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 09:39:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-15 09:39:34 +0700 |
| commit | 2a0933e4dd2230bd76cf09f287dcbeee8ede67e3 (patch) | |
| tree | c366dcc57526a5188222e1db45683dd724722cdc /src/lib/auth/components/Menu.jsx | |
| parent | 344fe1857b8307933082110c15b737af9118ac89 (diff) | |
Add quotation, invoice, transaction title and manage profile desktop
Diffstat (limited to 'src/lib/auth/components/Menu.jsx')
| -rw-r--r-- | src/lib/auth/components/Menu.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx index 8a8e2e8a..f91fd552 100644 --- a/src/lib/auth/components/Menu.jsx +++ b/src/lib/auth/components/Menu.jsx @@ -29,6 +29,9 @@ const Menu = () => { <LinkItem href='/my/address' active={routeStartWith('/my/address')}> Daftar Alamat </LinkItem> + <LinkItem href='/my/profile' active={routeStartWith('/my/profile')}> + Profil Saya + </LinkItem> <button type='button' className='text-gray_r-12/80 p-2 text-left'> Keluar Akun </button> |
