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
Branches valr/mobile_support
Tags
No related merge requests found
...@@ -72,6 +72,7 @@ const ClientTile: React.FC<IProps> = ({ client, link }: IProps) => { ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment