Skip to content

Commit

Permalink
fix alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
illourr committed Jan 29, 2024
1 parent 40cd6e5 commit 0d1c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from './Link.astro';
---

<nav class="prose" transition:animate="none">
<Image width="63" height="63" src={myPicture} alt="Picture of Dillon Curry" class="my-1" />
<Image width="63" height="63" src={myPicture} alt="Dillon Curry" class="my-1" />
<ul class="mt-0 flex items-center" >
<li>
<Link href="/">Home</Link>
Expand Down

0 comments on commit 0d1c62c

Please sign in to comment.