Skip to content

Commit

Permalink
fix: add alt to brand icon image
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Sep 23, 2024
1 parent f24284c commit d8b4cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/atoms/header/Brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Brand = () => {
<Box className={classes.linkContainer}>
<Image
src={'/icons/apple-touch-icon.png'}
alt={'deadrop icon'}
height={60}
width={60}
className={classes.hoverPointer}
Expand Down

0 comments on commit d8b4cba

Please sign in to comment.