From 62ef1c7e7c9362500a22007ad570c422882719f6 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:31:43 +1000 Subject: [PATCH] Fixing client logos for consulting pages --- components/blocks/clientLogos.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/blocks/clientLogos.tsx b/components/blocks/clientLogos.tsx index 8a6e443220..7ca65e8035 100644 --- a/components/blocks/clientLogos.tsx +++ b/components/blocks/clientLogos.tsx @@ -6,7 +6,7 @@ const clientsData = layoutData.clients.clientsList; export const ClientLogos = () => { return ( -
+
{clientsData.length && clientsData.map((client) => ( { width={200} // commented out to test whether this is breaking images on the homepage see #2368 //sizes="20vw" - className="my-4 max-w-full rounded-lg" + className="max-w-full rounded-lg" /> ))}