Skip to content

Commit 45f00fc

Browse files
fix(a11y)-4: add accessible name to VersionDialog using aria-label
Signed-off-by: Sagar Choudhary <sagar6203620715@gmail.com>
1 parent b228929 commit 45f00fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/App/VersionDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default function VersionDialog(props: {
3737
return (
3838
<Dialog
3939
maxWidth="sm"
40+
aria-label={getProductName()}
4041
open={open}
4142
onClose={() => dispatch(uiSlice.actions.setVersionDialogOpen(false))}
4243
title={getProductName()}

0 commit comments

Comments
 (0)