diff options
| author | Miqdad <ahmadkimpir@gmail.com> | 2025-04-17 09:52:39 +0700 |
|---|---|---|
| committer | Miqdad <ahmadkimpir@gmail.com> | 2025-04-17 09:52:39 +0700 |
| commit | ba8a6b9b6dc731d66a0d9cef3e29c4d5153d2172 (patch) | |
| tree | dab01f313cb6d1806dd2db5c550ce5fe55f4baf2 /src/lib | |
| parent | fa6879b95f9d8128b6bbed53a52b6b54dd3266e0 (diff) | |
add text decoration for the a tag
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index 4692fef6..77cf536f 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -320,7 +320,7 @@ const CompanyProfile = () => { maxLength={16} /> <span className='text-xs opacity-60 text-red-500'> - *Untuk mengganti NPWP bisa menghubungi Sales + *Untuk mengganti NPWP bisa menghubungi kami <a href='https://wa.me/6281717181922' target='_blank' style={{ textDecoration: "underline" }}>disini.</a> </span> <div className='text-caption-2 text-danger-500 mt-1'> {errors.npwp?.message} |
