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 = () => {
<Link
className="help-card-link"
onClick={() => dispatch(openFeedbackModal(true))}
onKeyDown={() => dispatch(openFeedbackModal(true))}
tabIndex={0}
>
<div className="card">
<div className="help-card">
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment