diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 15:38:11 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-12-03 15:38:11 +0700 |
| commit | 57f400411555351f0b96799f5e4493c9c49b68e0 (patch) | |
| tree | d375a2e2d342b8a08736428b8ea8fbecdd37123a /src-migrate/components | |
| parent | 1b4d7f65ee08a56ca6cc57bfc6336ca3ccad3a21 (diff) | |
update performance
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> )} |
