Skip to content

Commit

Permalink
alt prop added
Browse files Browse the repository at this point in the history
  • Loading branch information
AchyuthMohan committed Dec 6, 2022
1 parent 616e6f4 commit e64bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Teams/TeamCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TeamCard = ({id, name, image}) => {
// }
return (
<div class="card 1">
<div class="card_image"> <img src={image} /> </div>
<div class="card_image"> <img src={image} alt="team_member"/> </div>
<div class="card_title title-white">
<p>{name}</p>
</div>
Expand Down

0 comments on commit e64bb21

Please sign in to comment.