We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593a430 commit 15c3589Copy full SHA for 15c3589
src/renderer/components/primitives/Header.tsx
@@ -22,7 +22,7 @@ export const Header: FC<IHeader> = (props: IHeader) => {
22
<div className="mx-6 mt-2 py-2">
23
<Stack direction="horizontal" justify="space-between">
24
<IconButton
25
- aria-label="Go Back"
+ aria-labelledby="Go Back"
26
variant="invisible"
27
tooltipDirection="e"
28
icon={ArrowLeftIcon}
0 commit comments