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 a098575 commit b503ba3Copy full SHA for b503ba3
src/components/team/TeamInnerSection.jsx
@@ -15,7 +15,7 @@ const TeamInnerSection = ({
15
<div className="our-team rounded">
16
<FadeIn>
17
<div className="picture">
18
- <img className="img-fluid" src={image} alt="" />
+ <img className="img-fluid" src={image} alt={Name} title={Name} />
19
</div>
20
<div>{Tag}</div>
21
<div className="team-content">
0 commit comments