From 467e85a46f5900cac649d5f4079372cd2c2a96ce Mon Sep 17 00:00:00 2001 From: Adriana Evangelista Date: Thu, 27 Feb 2025 15:42:23 -0300 Subject: [PATCH 1/2] added alt text --- react/components/InfoCard/CallToAction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/components/InfoCard/CallToAction.js b/react/components/InfoCard/CallToAction.js index ffc50724c..bdb687f70 100644 --- a/react/components/InfoCard/CallToAction.js +++ b/react/components/InfoCard/CallToAction.js @@ -38,6 +38,7 @@ const CallToAction = ({ mode, text, url, linkTarget }) => { className={`${handles.infoCardCallActionContainer} mt6 mb6`} target={linkTarget} to={url} + alt={text} > From 92c737c5d88be7534e1dc854c3621d1efcafe37e Mon Sep 17 00:00:00 2001 From: Adriana Evangelista Date: Fri, 28 Feb 2025 09:57:49 -0300 Subject: [PATCH 2/2] changelog updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf76c939..ceb41c786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +- Added alternative text to infocard link - Fully refactor of `sortVariationsByLabel` property ## [3.176.1] - 2024-11-08