Skip to content
Snippets Groups Projects
Commit 0f916214 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Revert "fix(accessibility): SAU Link"

This reverts commit 79d628a8.
parent 9240bb0b
Branches
Tags
1 merge request!11623.0 Release
...@@ -20,8 +20,6 @@ const HelpLink = () => { ...@@ -20,8 +20,6 @@ const HelpLink = () => {
<Link <Link
className="help-card-link" className="help-card-link"
onClick={() => dispatch(openFeedbackModal(true))} onClick={() => dispatch(openFeedbackModal(true))}
onKeyDown={() => dispatch(openFeedbackModal(true))}
tabIndex={0}
> >
<div className="card"> <div className="card">
<div className="help-card"> <div className="help-card">
......
...@@ -217,7 +217,6 @@ exports[`OptionsView component should be rendered correctly 1`] = ` ...@@ -217,7 +217,6 @@ exports[`OptionsView component should be rendered correctly 1`] = `
</div> </div>
<a <a
class="MuiTypography-root MuiLink-root MuiLink-underlineHover help-card-link MuiTypography-colorPrimary" class="MuiTypography-root MuiLink-root MuiLink-underlineHover help-card-link MuiTypography-colorPrimary"
tabindex="0"
> >
<div <div
class="card" class="card"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment