diff options
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} |
