From da0f44cff09f24d2f40f77da3caf05e5c35d3855 Mon Sep 17 00:00:00 2001 From: Dunsin Date: Sun, 20 Oct 2024 07:22:21 +0000 Subject: [PATCH] fix: a11y rule "img-redundant-alt" fails with a warning --- components/molecules/AnnouncementCard/announcement-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/molecules/AnnouncementCard/announcement-card.tsx b/components/molecules/AnnouncementCard/announcement-card.tsx index 1abf3eab7f..796b0555de 100644 --- a/components/molecules/AnnouncementCard/announcement-card.tsx +++ b/components/molecules/AnnouncementCard/announcement-card.tsx @@ -20,7 +20,7 @@ const AnnouncementCard = ({ title, description, bannerSrc, url, cta = "Learn mor
- {`${title} + {`${title}