From a02e77b4f730495a709c850cd6de14cfe3937da0 Mon Sep 17 00:00:00 2001 From: huangkevin-apr Date: Sun, 11 Jan 2026 15:55:28 +0100 Subject: [PATCH] Fix Accessibility Violations in Partner Logos Section --- src/pages/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 9194cb2f..6c458555 100755 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -282,14 +282,15 @@ const IndexPage = ({ data }) => { className={css.logo} href={url} target="_blank" - rel="noreferrer"> + rel="noreferrer" + aria-label={name}> {typeof Logo === 'string' ? ( ) : ( - +