From c9c5789a1c04cefdae099afa5e6eb5b364a1cf12 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Thu, 30 Jan 2025 23:30:07 +0100 Subject: [PATCH] remove faq + contact links --- src/components/Faq/Faq.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Faq/Faq.tsx b/src/components/Faq/Faq.tsx index 8755c0b..40fc0e1 100644 --- a/src/components/Faq/Faq.tsx +++ b/src/components/Faq/Faq.tsx @@ -98,6 +98,7 @@ const Faq = () => { )} ))} + {/* Pour toute autre question, consultez notre{" "} @@ -108,6 +109,7 @@ const Faq = () => { formulaire de contact + */} ); };