diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-04-21 06:15:18 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2025-04-21 06:15:18 +0000 |
| commit | c84f6ff2f4b55075b6546fb6a2ba4d3c364e2edf (patch) | |
| tree | 89f2cb446aaeef304b7f15a5ca5124d04605e9de /src | |
| parent | c6c409c7fbff247c9aeb8df55a4d76dd4f682560 (diff) | |
| parent | a5fd7a01e98779beb52232a874a332d769240d54 (diff) | |
Merged in disable_npwp (pull request #405)
<miqdad> add noref for WA link
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index 77cf536f..ca2dcafe 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -320,7 +320,15 @@ const CompanyProfile = () => { maxLength={16} /> <span className='text-xs opacity-60 text-red-500'> - *Untuk mengganti NPWP bisa menghubungi kami <a href='https://wa.me/6281717181922' target='_blank' style={{ textDecoration: "underline" }}>disini.</a> + *Untuk mengganti NPWP bisa menghubungi kami{' '} + <a + href='https://wa.me/6281717181922' + target='_blank' + ref='noreferrer' + style={{ textDecoration: 'underline' }} + > + disini. + </a> </span> <div className='text-caption-2 text-danger-500 mt-1'> {errors.npwp?.message} |
