We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2709ffc commit 73cf154Copy full SHA for 73cf154
src/components/ChartImage.js
@@ -50,7 +50,7 @@ export default function ChartImage({ imgName, caption }) {
50
<>
51
<div className="chartImageContainer">
52
<Img
53
- alt={imgName}
+ alt={caption}
54
fluid={image.node.childImageSharp.fluid}
55
className="chartImageImg"
56
/>
0 commit comments