Fix SVGs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-10 12:16:38 +02:00
parent 89911ad7c1
commit e5668f3a72
9 changed files with 12 additions and 12 deletions

View File

@@ -125,7 +125,7 @@
<IconGlobe width="44" color="#fff" />
<span>Change</span>
</span>
<svg>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="50%" cy="50%" r="43%" />
</svg>
</a>

View File

@@ -108,7 +108,7 @@
<div class="viewer__buttons">
<a href="/choose" class="button-control button-control--dashed" aria-label="Change the location" rel="prefetch">
<IconGlobe color="#fff" width={windowWidth >= 768 ? 22 : 18} />
<svg>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="50%" cy="50%" r="{windowWidth >= 768 ? 32 : 24}px"></circle>
</svg>
</a>