Fix some accessibility issues on links without text
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user