Skip to content

Commit

Permalink
fix: add alternative text for orientation svg (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Aug 17, 2023
1 parent 45b3d94 commit c3ab1c3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
style="transition: all 0.2s ease"
[attr.stroke-dasharray]="208 * (found / total) + ',' + 208 * (1 - found / total)" />
</svg>
<div class="position-absolute translate-middle top-50 start-50 fs-2">{{ found }}</div>
<div class="position-absolute translate-middle top-50 start-50 fs-2">
{{ found }}
<span class="visually-hidden">sur {{ total }} lieux trouv茅es sur le territoire</span>
</div>
</div>

0 comments on commit c3ab1c3

Please sign in to comment.