diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:01:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:01:43 +0700 |
| commit | cecccfaf318e0e7c52132cf1d04c90c0df745d14 (patch) | |
| tree | 6828e39e974478995244558ff81d11eac357c026 /src-migrate/components | |
| parent | f2451beed670dc697aa2026b2df6ad1ad1e90da2 (diff) | |
| parent | bb118223e541504262da4509e9188610539702fe (diff) | |
Merge branch 'new-release' into Feature/pengajuan-tempo
Diffstat (limited to 'src-migrate/components')
| -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> )} |
