diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-01 15:01:18 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-01 15:01:18 +0700 |
| commit | 35c40c565730c80948a226d8de7478e6c3b86478 (patch) | |
| tree | 540cff3201e91bad7818e97b4a8d74de96f5740e /src | |
| parent | 8f9be149cd5134a9e03d761f3e0e06361375bac4 (diff) | |
<iman> update switch account
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/auth/components/SwitchAccount.jsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx index 640d29cc..e080fc39 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -170,8 +170,7 @@ const SwitchAccount = ({ company_type }) => { title='Ubah profil Bisnis' > <div className='leading-7 text-gray_r-12/80'> - Mohon diperhatikan bahwa perubahan data akun bisnis akan mengakibatkan - perubahan pada informasi yang tertera di faktur pajak dan invoice.? + Anda akan merubah profil bisnis anda? </div> <div className='flex mt-6 gap-x-4 md:justify-end'> <button @@ -224,7 +223,7 @@ const SwitchAccount = ({ company_type }) => { </div> </div> - <div className='px-4 '> + <div className='px-4 mb-4'> {auth?.company && !(company_type === 'nonpkp') && ( <> <div className='mb-4'> |
