Fix some accessibility issues on links without text

This commit is contained in:
2020-03-11 10:31:11 +01:00
parent 2aa043baa3
commit 29834a5b95
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
</div>
<div class="button-control button-control--dashed switcher__icon">
<a href="/choose" sapper-noscroll>
<a href="/choose" aria-label="Change the location" sapper-noscroll>
<IconGlobe
color={type.includes('side') ? '#333' : '#fff'}
width={type.includes('side') ? 18 : 24}