Skip to content

Commit

Permalink
fixed alt-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Feb 2, 2024
1 parent ea3a0ff commit 5e2414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageUseCases/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function HomepageUseCases() {
styles.homepageUseCasesCaseItemImg
)}
src={item.img}
alt=""
alt={item.title}
/>
<div
className={clsx(
Expand Down

0 comments on commit 5e2414f

Please sign in to comment.