Add `title` attribute to the modal close button
@@ -85,6 +85,7 @@ export const Dialog = (props: DialogProps) => {
<button
className="Modal__close"
onClick={onClose}
+ title={t("buttons.close")}
aria-label={t("buttons.close")}
>
{useDevice().isMobile ? back : close}