Skip to content

Commit

Permalink
Merge pull request #47 from UCF/img-alt
Browse files Browse the repository at this point in the history
alt was added to magnifying glass icon.
  • Loading branch information
Ramin-Farhadi authored Aug 14, 2024
2 parents 8bd070f + e0799bc commit 8c5ffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function SearchResults(props: SearchResultsProps) {
setSearchQuery('');
}} />
) : (
<img width={20} src={searchIcon} />
<img width={20} src={searchIcon} alt="search icon" />
) }
</div>
</div>
Expand Down

0 comments on commit 8c5ffef

Please sign in to comment.