File tree Expand file tree Collapse file tree
sections/Home/FeaturesContainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const Features = (props) => {
9595 : ( < div className = "small-card-container" >
9696 { props . redirectLinkWithImage . map ( ( item ) => (
9797 < Link key = { item . text } className = "small-card" to = { item . redirect } >
98- < img src = { item . image } width = { 40 } />
98+ < img src = { item . image } width = { 40 } alt = { item . alt } />
9999 < span > { item . text } </ span >
100100 </ Link >
101101 ) ) }
Original file line number Diff line number Diff line change @@ -52,12 +52,14 @@ const FeaturesContainer = () => {
5252 {
5353 text : "Amazon Web Services" ,
5454 image : isDark ? AWSLogoDark : AWSLogoLight ,
55+ alt : "Amazon Web Services Logo" ,
5556 redirect :
5657 "/cloud-native-management/generate-aws-architecture-diagram" ,
5758 } ,
5859 {
5960 text : "Google Cloud Platform" ,
6061 image : GCPLogo ,
62+ alt : "Logo Google Cloud Platform" ,
6163 redirect :
6264 "/cloud-native-management/generate-gcp-architecture-diagram" ,
6365 } ,
You can’t perform that action at this time.
0 commit comments