Skip to content

Commit b503ba3

Browse files
Add alt and title attributes to team member image
1 parent a098575 commit b503ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/team/TeamInnerSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TeamInnerSection = ({
1515
<div className="our-team rounded">
1616
<FadeIn>
1717
<div className="picture">
18-
<img className="img-fluid" src={image} alt="" />
18+
<img className="img-fluid" src={image} alt={Name} title={Name} />
1919
</div>
2020
<div>{Tag}</div>
2121
<div className="team-content">

0 commit comments

Comments
 (0)