From 8c76021e8da94b253ebb169e36e98f234bc8d9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSebastian?= <64795732+slegarraga@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:01:56 -0400 Subject: [PATCH] fix: hide decorative SVG icons from screen readers --- src/components/Faq/SingleFaq.tsx | 1 + src/components/Testimonials/SingleTestimonial.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Faq/SingleFaq.tsx b/src/components/Faq/SingleFaq.tsx index d7e6508..72555f6 100644 --- a/src/components/Faq/SingleFaq.tsx +++ b/src/components/Faq/SingleFaq.tsx @@ -10,6 +10,7 @@ const SingleFaq = (props: SingleFaqProps) => {