Skip to content

Commit

Permalink
Add alt and title attributes to team member image
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Mar 16, 2024
1 parent a098575 commit b503ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/team/TeamInnerSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TeamInnerSection = ({
<div className="our-team rounded">
<FadeIn>
<div className="picture">
<img className="img-fluid" src={image} alt="" />
<img className="img-fluid" src={image} alt={Name} title={Name} />
</div>
<div>{Tag}</div>
<div className="team-content">
Expand Down

0 comments on commit b503ba3

Please sign in to comment.