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) => {
|
installButtons = <p>{matchingInstallLinks.map((installLink) => {
|
||||||
return <a
|
return <a
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
aria-label={installLink.description}
|
||||||
key={installLink.channelId}
|
key={installLink.channelId}
|
||||||
href={installLink.createInstallURL(link)}
|
href={installLink.createInstallURL(link)}
|
||||||
className="installLink"
|
className="installLink"
|
||||||
|
|
Loading…
Reference in a new issue