mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
genericize Software icon title
This commit is contained in:
parent
790d0c0ce5
commit
7e2de8b469
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const SoftwareIcon = (props: Props) =>
|
|||
src={icons[props.id].image}
|
||||
height="20"
|
||||
alt={icons[props.id].imageTitle}
|
||||
title={`View ${icons[props.id].imageTitle}'s homepage.`} />
|
||||
title={icons[props.id].imageTitle} />
|
||||
: null;
|
||||
|
||||
interface Icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue