Skip to content

Commit 39f0d49

Browse files
author
Elena Gromova
committed
added aria label
1 parent 45ec20c commit 39f0d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/WidgetModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const WidgetModal = ({ steps }: AppProps) => {
2222
onHide={() => setShow(false)}
2323
dialogClassName='modal-bottom-right modal-fixed-size mb-0 mt-0'
2424
aria-labelledby='example-custom-modal-styling-title'
25+
aria-label='modal'
2526
backdrop='static'
2627
>
2728
<Modal.Header closeButton>

0 commit comments

Comments
 (0)