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 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} >