diff --git a/src/components/Options/HelpLink/HelpLink.tsx b/src/components/Options/HelpLink/HelpLink.tsx index a6e8362cc3a43b98e3fb17dcd762443bd0a01623..4702a64fac00f1f6c8d99aa4daac80313101200c 100644 --- a/src/components/Options/HelpLink/HelpLink.tsx +++ b/src/components/Options/HelpLink/HelpLink.tsx @@ -20,8 +20,6 @@ const HelpLink = () => { <Link className="help-card-link" onClick={() => dispatch(openFeedbackModal(true))} - onKeyDown={() => 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 0626619f62acc1b9bf5a142240ff42999812f6d7..6f2c8cedd1c0f04a3be025a71ea7c25d16c3cbf7 100644 --- a/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap +++ b/src/components/Options/__snapshots__/OptionsView.spec.tsx.snap @@ -217,7 +217,6 @@ 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"