diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-23 11:20:56 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-23 11:20:56 +0700 |
| commit | 21f3d78e6c58d9b509f3ea234af462807ef1301d (patch) | |
| tree | 9bad9467325819888b73a86804222e313c6c9504 /src-migrate/components/ui | |
| parent | d1592286eef165533c21d52aec70dbb703cdcfd3 (diff) | |
| parent | 9962d114e590bfc5e6c865489ab4dcd84de81ad9 (diff) | |
Merge branch 'new-release' into feature/integrasi_biteship
Diffstat (limited to 'src-migrate/components/ui')
| -rw-r--r-- | src-migrate/components/ui/modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/components/ui/modal.tsx b/src-migrate/components/ui/modal.tsx index 34e1d1c3..50e7128f 100644 --- a/src-migrate/components/ui/modal.tsx +++ b/src-migrate/components/ui/modal.tsx @@ -71,7 +71,7 @@ export const Modal = ({ {title} </div> {close && ( - <button className="rounded-full h-10 w-10 flex justify-center items-center bg-white" type='button' onClick={close}> + <button className="rounded-full h-10 w-10 flex justify-center items-center bg-white" type='button' aria-label="Close" onClick={close}> <XMarkIcon className='w-5 h-5 ' /> </button> )} |
