diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-04-21 13:21:37 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-04-21 13:21:37 +0700 |
| commit | d2852cb7b157b4ab7f583b8b5dc61480ea400ea0 (patch) | |
| tree | 3be319bf7c2bcc405d5895017c6b7b9030eea136 /src/lib/auth | |
| parent | c84f6ff2f4b55075b6546fb6a2ba4d3c364e2edf (diff) | |
bug fixing compile company profile
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index ca2dcafe..d404ebe7 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -322,9 +322,7 @@ const CompanyProfile = () => { <span className='text-xs opacity-60 text-red-500'> *Untuk mengganti NPWP bisa menghubungi kami{' '} <a - href='https://wa.me/6281717181922' - target='_blank' - ref='noreferrer' + href='https://wa.me/6281717181922' target='_blank' rel='noreferrer' style={{ textDecoration: 'underline' }} > disini. |
