From 466917fbf9598a82fefd51358a324165fc413b75 Mon Sep 17 00:00:00 2001
From: Gagan Bhullar
Date: Mon, 2 Dec 2024 09:53:12 -0700
Subject: [PATCH] fix(a11y): use div as logo container instead of ul (#57357)
---
client/src/components/landing/components/landing-top-b.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/components/landing/components/landing-top-b.tsx b/client/src/components/landing/components/landing-top-b.tsx
index eeb68215fe1..2f0a3817dcb 100644
--- a/client/src/components/landing/components/landing-top-b.tsx
+++ b/client/src/components/landing/components/landing-top-b.tsx
@@ -27,7 +27,7 @@ const LogoRow = (): JSX.Element => {
>
landing.h2-heading-b
-
@@ -45,7 +45,7 @@ const LogoRow = (): JSX.Element => {
>
)}
-
+
>
);
};