Fix accessibility issues

This commit is contained in:
2021-12-15 22:31:49 +01:00
parent 82f5dd4727
commit 551991d407
8 changed files with 21 additions and 21 deletions

View File

@@ -56,7 +56,7 @@
}
</script>
<div class="location" role="listitem" bind:this={locationEl}
<div class="location" bind:this={locationEl}
style="--offset-x: {$offset.x}px; --offset-y: {$offset.y}px; --rotate: {$offset.x * 0.125}deg"
>
<a href="/{location.country.slug}/{location.slug}"