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

chore: fix space key contact card

parent 9cb014e9
No related branches found
No related tags found
1 merge request!11623.0 Release
...@@ -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))}
onKeyDown={() => dispatch(openFeedbackModal(true))}
tabIndex={0} tabIndex={0}
> >
<div className="card"> <div className="card">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment