diff --git a/components-ui/faq-link/index.tsx b/components-ui/faq-link/index.tsx index 326604fb0..cbd4e0bde 100644 --- a/components-ui/faq-link/index.tsx +++ b/components-ui/faq-link/index.tsx @@ -8,18 +8,7 @@ const FAQLink: React.FC< PropsWithChildren<{ tooltipLabel: string; to?: string }> > = ({ to, tooltipLabel, children }) => ( - {children} - {to ? ( -
- - → en savoir plus - -
- ) : null} - - } + label={children} tabIndex={to ? undefined : 0} orientation="left" width={230}