From 28d077837c98463ff7fa5d759a87794b8e91cc26 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Fri, 29 Mar 2024 18:00:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(testimonies)=20make=20testim?= =?UTF-8?q?onies=20tabbable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit now keyboard users can view every testimony --- src/sections/Testimonies.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sections/Testimonies.tsx b/src/sections/Testimonies.tsx index 8c039ba..8353579 100644 --- a/src/sections/Testimonies.tsx +++ b/src/sections/Testimonies.tsx @@ -20,7 +20,10 @@ interface CardProps { } const Card = ({ title, quote, img, entity }: CardProps) => ( -
+