Add title to close.

This commit is contained in:
Paulo Gustavo Veiga 2022-11-20 01:13:54 -08:00
parent 9dbb054745
commit 2eb72625d6

View File

@ -84,7 +84,7 @@ const WarningDialog = ({ capability, message }: FooterPropsType): React.ReactEle
name="close"
aria-label="Close"
>
<img src={CloseDialogSvg} />
<img src={CloseDialogSvg} title="Close" />
</button>
</CloseButton>
{msgExt && <p>{`${msg} ${msgExt}`}</p>}