diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-04-21 09:28:02 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-04-21 09:28:02 +0700 |
| commit | a5fd7a01e98779beb52232a874a332d769240d54 (patch) | |
| tree | df22461161e8fe10c24c9c47cbb558e7b6fe675a /src/lib/auth/components/CompanyProfile.jsx | |
| parent | ba8a6b9b6dc731d66a0d9cef3e29c4d5153d2172 (diff) | |
<miqdad> add noref for WA link
Diffstat (limited to 'src/lib/auth/components/CompanyProfile.jsx')
| -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} |
