@madie/madie-design-system 1.0.20 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ const FooterUI = (props) => {
24
24
  <img
25
25
  className="qpp-logo"
26
26
  src="/images/qpp_logo_rgb_color.png"
27
- alt="madie logo"
27
+ alt="MADiE Measure Authoring Development Integrated Environment logo"
28
28
  />
29
29
  ),
30
30
  },
@@ -97,13 +97,12 @@ const MadieDialog = ({
97
97
  {title}
98
98
  </DialogTitle>
99
99
  <div>
100
- <IconButton onClick={onClose}>
100
+ <IconButton onClick={onClose} aria-label="Close">
101
101
  <CloseIcon
102
102
  sx={{
103
103
  color: "#242424",
104
104
  }}
105
105
  data-testid="close-button"
106
- aria-label="Close"
107
106
  />
108
107
  </IconButton>
109
108
  </div>