Skip to content

Commit

Permalink
feat(seo): adding alt tag to hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed May 15, 2024
1 parent 3c62be9 commit 27fa6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function HomepageHeader() {
</div>
</div>
<div className={styles.heroImage}>
<img src={HeroImageUrl} />
<img src={HeroImageUrl} alt="Two individuals collaborate at a desk with a computer, against an abstract orange and blue backdrop." />
<div className={styles.heroBlur}></div>
</div>
</div>
Expand Down

0 comments on commit 27fa6f6

Please sign in to comment.