diff --git a/src/components/Options/HelpLink/HelpLink.tsx b/src/components/Options/HelpLink/HelpLink.tsx index 4702a64fac00f1f6c8d99aa4daac80313101200c..a5b9d5460c54e5d342eb34162d256b3db5f8e712 100644 --- a/src/components/Options/HelpLink/HelpLink.tsx +++ b/src/components/Options/HelpLink/HelpLink.tsx @@ -20,6 +20,7 @@ const HelpLink = () => { <Link className="help-card-link" onClick={() => dispatch(openFeedbackModal(true))} + tabIndex={0} > <div className="card"> <div className="help-card"> diff --git a/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap b/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap index 7fb5e230cdcb6ac88ed868538296e64bed7c86e7..d45aefbaa1974c6e62cee34dfda12c2bd8489318 100644 --- a/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap +++ b/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap @@ -217,6 +217,7 @@ exports[`OptionsView component should be rendered correctly 1`] = ` </div> <a class="MuiTypography-root MuiLink-root MuiLink-underlineHover help-card-link MuiTypography-colorPrimary" + tabindex="0" > <div class="card"