Skip to content

Commit

Permalink
Add alt text for sponsor logos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Feb 3, 2023
1 parent ce795f5 commit 2e914bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/FeaturedSponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ const featuredSponsors = [
href={sponsor.url}
target="_blank"
>
<img src={sponsor.logo} class="block w-auto h-full" />
<img
src={sponsor.logo}
class="block w-auto h-full"
alt={`${sponsor.name} logo`}
/>
</a>
))
}
Expand Down

0 comments on commit 2e914bf

Please sign in to comment.