@pingux/astro 1.39.0-alpha.1 → 1.39.0-alpha.2
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.
@@ -379,6 +379,7 @@ var Default = function Default() {
|
|
379
379
|
title: "Profile"
|
380
380
|
}, selectedItemId >= 0 && (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_index.IconButton, {
|
381
381
|
variant: "inverted",
|
382
|
+
"aria-label": "pencil icon button",
|
382
383
|
sx: sx.iconButton
|
383
384
|
}, (0, _react2.jsx)(_PencilIcon["default"], {
|
384
385
|
size: 20
|
@@ -342,6 +342,7 @@ export var Default = function Default() {
|
|
342
342
|
title: "Profile"
|
343
343
|
}, selectedItemId >= 0 && ___EmotionJSX(React.Fragment, null, ___EmotionJSX(IconButton, {
|
344
344
|
variant: "inverted",
|
345
|
+
"aria-label": "pencil icon button",
|
345
346
|
sx: sx.iconButton
|
346
347
|
}, ___EmotionJSX(PencilIcon, {
|
347
348
|
size: 20
|