Skip to content

Commit

Permalink
[MWPW-129964] Fix accessibility issues for georouting language select…
Browse files Browse the repository at this point in the history
…or (#2497)
  • Loading branch information
narcis-radu authored Jun 25, 2024
1 parent c05ef86 commit 2fa8a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/features/georoutingv2/georoutingv2.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function buildContent(currentPage, locale, geoData, locales) {
const downArrow = createTag('img', {
class: 'icon-milo down-arrow',
src: `${config.miloLibs || config.codeRoot}/ui/img/chevron.svg`,
role: 'presentation',
width: 15,
height: 15,
});
Expand Down

0 comments on commit 2fa8a87

Please sign in to comment.