Skip to content

Commit

Permalink
Added aria-hidden to pin number (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Oct 16, 2020
1 parent f07e620 commit 1bde27e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/hotgraphic.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
{{else}}

{{#if ../_useNumberedPins}}
<div class="hotgraphic__pin-number">{{math @index "+" 1}}</div>
<div class="hotgraphic__pin-number" aria-hidden="true">
{{math @index "+" 1}}
</div>
{{else}}
<div class="icon"></div>
{{/if}}
Expand Down

0 comments on commit 1bde27e

Please sign in to comment.