Skip to content

Commit

Permalink
Merge pull request #319 from jakemulley/add-alt-attribute
Browse files Browse the repository at this point in the history
Re-add alt attribute to header image
  • Loading branch information
jakemulley authored Jan 23, 2024
2 parents 0238f15 + 5c32663 commit 040479e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ const links = [

<header class="not-prose space-y-2">
<a href="/" class="inline-flex">
<img src="/images/profile.jpeg" class="rounded-full w-24" />
<img
src="/images/profile.jpeg"
class="rounded-full w-24"
alt="Jake Mulley's headshot"
/>
<span class="sr-only">Jake Mulley</span>
</a>
<nav>
Expand Down

0 comments on commit 040479e

Please sign in to comment.