mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Add title to close.
This commit is contained in:
parent
9dbb054745
commit
2eb72625d6
@ -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>}
|
||||
|
Loading…
Reference in New Issue
Block a user