diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-30 13:57:59 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-30 13:57:59 +0700 |
| commit | 2a030239105dba1f78a3fdc51ccc49a46bc60ca2 (patch) | |
| tree | 57b7813b75e838202ae8e697b02d965e4c501f08 /src/lib | |
| parent | 5ced4f02e9f2b655d61c9bef59fa0169a12a513d (diff) | |
<iman> update switch account
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auth/components/Menu.jsx | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx index 06eb6c2d..8eaa769b 100644 --- a/src/lib/auth/components/Menu.jsx +++ b/src/lib/auth/components/Menu.jsx @@ -31,8 +31,9 @@ const Menu = () => { <div className='badge-solid-red mt-1 p-2 flex flex-row items-center gap-x-2'> <p>Akun Bisnis</p> <InfoIcon size={14} /> </div> - <div className='absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2 w-24'> - Ini adalah akun bisnis. + <div className='absolute bottom-full transform -translate-x-1/2 mb-2 hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2 w-72 text-justify left-36'> + Anda terdaftar sebagai akun bisnis, segala bentuk transaksi anda + untuk perusahaan yang sudah anda daftarkan di Indoteknik.com </div> </> )} @@ -42,8 +43,9 @@ const Menu = () => { <p>Review</p> <InfoIcon size={14} /> </div> - <div className='absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2'> - Akun sedang dalam proses review. + <div className='absolute bottom-full transform -translate-x-1/2 mb-2 hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2 w-72 text-justify left-36'> + Proses perubahan akun anda sedang kami review, mohon menunggu + hingga 2x24 jam. </div> </> )} @@ -53,8 +55,11 @@ const Menu = () => { <p>Akun Individu</p> <InfoIcon size={14} /> </div> - <div className='absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2'> - Ini adalah akun individu. + <div className='absolute bottom-full left-36 transform -translate-x-1/2 mb-3 w-72 text-justify hidden group-hover:block bg-gray-700 text-white text-xs rounded py-1 px-2'> + <p className='whitespace-pre-wrap break-words'> + Anda terdaftar sebagai akun individu, Segala bentuk transaksi + anda untuk Pribadi/Individu. + </p> </div> </> )} |
