Skip to content

Commit

Permalink
Added 'alt' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperdemmers committed May 22, 2024
1 parent ffc3f8f commit 6c4dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/home/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Hero = () => {
</div>
</div>
<div className="flex-1">
<img className="border-8 rounded-3xl border-accent-light dark:border-accent-dark" src="/portraits/straight-look.png"></img>
<img alt="Straight look" className="border-8 rounded-3xl border-accent-light dark:border-accent-dark" src="/portraits/straight-look.png"></img>
</div>
</div>
)
Expand Down

0 comments on commit 6c4dddf

Please sign in to comment.