Skip to content

Commit

Permalink
adds alt text for map opening in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
markconroy committed Sep 24, 2024
1 parent 928c53e commit 1c66e02
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@
}
%}
<div>
<a href="{{ content.localgov_link_to_map|render|striptags }}" class="external-link" target="_blank">{{ 'View map'|t }}</a>
<a href="{{ content.localgov_link_to_map|render|striptags }}" class="external-link" target="_blank">
{{ 'View map'|t }}
<span class="visually-hidden">{{ 'External site, opens in a new tab'|t }}</span>
</a>
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 1c66e02

Please sign in to comment.