Skip to content
Snippets Groups Projects
Commit 5a8c5938 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

Merge branch '634-accessibilite-lien-sau' into 'dev'

fix(accessibility): SAU Link

See merge request !1140
parents a686ec50 79d628a8
No related branches found
No related tags found
2 merge requests!11623.0 Release,!1140fix(accessibility): SAU Link
...@@ -20,6 +20,7 @@ const HelpLink = () => { ...@@ -20,6 +20,7 @@ const HelpLink = () => {
<Link <Link
className="help-card-link" className="help-card-link"
onClick={() => dispatch(openFeedbackModal(true))} onClick={() => dispatch(openFeedbackModal(true))}
tabIndex={0}
> >
<div className="card"> <div className="card">
<div className="help-card"> <div className="help-card">
......
...@@ -217,6 +217,7 @@ exports[`OptionsView component should be rendered correctly 1`] = ` ...@@ -217,6 +217,7 @@ 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