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

@@ -128,7 +128,7 @@
</span>
</h1>
<a href="/choose" class="button-control button-control--big button-control--dashed" sapper-noscroll>
<a href="/choose" class="button-control button-control--big button-control--dashed" aria-label="Change the location" sapper-noscroll>
<span class="center">
<IconGlobe width="44" color="#fff" />
<span>Change</span>

View File

@@ -120,7 +120,7 @@
<p class="tip">Tap for fullscreen</p>
<div class="buttons">
<a href="/choose" class="button-control button-control--dashed">
<a href="/choose" class="button-control button-control--dashed" aria-label="Change the location">
<IconGlobe color="#fff" width={windowWidth >= 768 ? 22 : 18} />
<svg>
<circle cx="50%" cy="50%" r="{windowWidth >= 768 ? 32 : 24}px"></circle>