add a11y label to install buttons
This commit is contained in:
parent
89de7e671d
commit
e9d14926e3
@ -72,6 +72,7 @@ const ClientTile: React.FC<IProps> = ({ client, link }: IProps) => {
|
||||
installButtons = <p>{matchingInstallLinks.map((installLink) => {
|
||||
return <a
|
||||
rel="noopener noreferrer"
|
||||
aria-label={installLink.description}
|
||||
key={installLink.channelId}
|
||||
href={installLink.createInstallURL(link)}
|
||||
className="installLink"
|
||||
|
Loading…
Reference in New Issue
Block a user