Skip to content

Commit

Permalink
add alt atribute to the images
Browse files Browse the repository at this point in the history
  • Loading branch information
daviteixeira-btm committed Sep 10, 2023
1 parent ebdf9f7 commit 0091154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/MyMainProjects/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ const ProjectCard = ( props ) => {
<Image
fit="cover"
width="100%"
height="14rem"
src={props.image}
height="auto"
alt={props.alt}
src={props.image}
/>
</CardHeader>
<CardBody>
Expand Down

1 comment on commit 0091154

@vercel
Copy link

@vercel vercel bot commented on 0091154 Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.