Skip to content

Commit 15c3589

Browse files
committed
incorporate feedback
Signed-off-by: Adam Setch <[email protected]>
1 parent 593a430 commit 15c3589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/primitives/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Header: FC<IHeader> = (props: IHeader) => {
2222
<div className="mx-6 mt-2 py-2">
2323
<Stack direction="horizontal" justify="space-between">
2424
<IconButton
25-
aria-label="Go Back"
25+
aria-labelledby="Go Back"
2626
variant="invisible"
2727
tooltipDirection="e"
2828
icon={ArrowLeftIcon}

0 commit comments

Comments
 (0)