Skip to content

Commit

Permalink
Add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Lloyd committed Jan 12, 2017
1 parent 71ee1c5 commit dbf00f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ui/control/logo_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class LogoControl {
const anchor = DOM.create('a', 'mapboxgl-ctrl-logo');
anchor.target = "_blank";
anchor.href = "https://www.mapbox.com/";
anchor.setAttribute("aria-label", "Mapbox logo");
this._container.appendChild(anchor);
return this._container;
}
Expand Down

0 comments on commit dbf00f4

Please sign in to comment.