Skip to content

Commit

Permalink
#49 updating alt
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Apr 21, 2021
1 parent 0c1b767 commit 910525b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/homepage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default function HomePage({ data }) {
<SolutionsCard key={idx}>
<a href={use_case.use_case.document.uid}>
<img
alt={use_case.use_case.document.data.preview_title}
src={use_case.use_case.document.data.preview_image.url}
/>
<H3>{use_case.use_case.document.data.preview_title}</H3>
Expand Down

0 comments on commit 910525b

Please sign in to comment.