add a11y label to install buttons
This commit is contained in:
parent
89de7e671d
commit
e9d14926e3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue