Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arpban committed Jul 8, 2024
1 parent a6288c1 commit 6f4b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Product = ({ bgImage, title, description, links }: NavProductProps) => (
<li key={title + link.title}>
<NavbarLink external={link.external} url={link.url}>
<NavLinkIcon>
<img src={link.icon} aria-hidden="true" width={24} height={24} />
<img src={link.icon} aria-hidden="true" width={24} height={24} alt="" />
</NavLinkIcon>
<div>
<NavLinkTitle>
Expand Down

0 comments on commit 6f4b702

Please sign in to comment.