changeset

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-02-08 16:47:35 +01:00
committed by Raghunandan
parent 43b397609a
commit 68ce7d0417
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Added aria labels on the support button and sidebar
@@ -109,7 +109,6 @@ const MobileSidebarGroup = (props: SidebarGroupProps) => {
value={value}
selected={selected}
classes={classes}
aria-label={label}
/>
);
};