From 5ca23f996d3bc5674dee305ef139f2605dc22b41 Mon Sep 17 00:00:00 2001 From: xavier jouppe Date: Thu, 16 May 2024 10:18:15 +0200 Subject: [PATCH] fix: make en savoir plus unfocusable in tooltip --- components-ui/faq-link/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components-ui/faq-link/index.tsx b/components-ui/faq-link/index.tsx index 4d2f13f22..326604fb0 100644 --- a/components-ui/faq-link/index.tsx +++ b/components-ui/faq-link/index.tsx @@ -13,7 +13,9 @@ const FAQLink: React.FC< {children} {to ? (
- → en savoir plus + + → en savoir plus +
) : null}