Skip to content

Commit

Permalink
fix: make en savoir plus unfocusable in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed May 16, 2024
1 parent 7b925d1 commit 5ca23f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components-ui/faq-link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ const FAQLink: React.FC<
{children}
{to ? (
<div className="layout-right" style={{ marginTop: '10px' }}>
<a href={to}>→ en savoir plus</a>
<a href={to} tabIndex={-1}>
→ en savoir plus
</a>
</div>
) : null}
</>
Expand Down

0 comments on commit 5ca23f9

Please sign in to comment.