Skip to content
Snippets Groups Projects
Commit e9d14926 authored by Bruno Windels's avatar Bruno Windels
Browse files

add a11y label to install buttons

parent 89de7e67
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment