Skip to content
Snippets Groups Projects
Commit 04783792 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding aria label to social media icons

parent 9f9721a3
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
{% if page.social_media_profile.all %} {% if page.social_media_profile.all %}
<h5 class="heading heading--top-space">Follow {{ page.first_name }}</h5> <h5 class="heading heading--top-space">Follow {{ page.first_name }}</h5>
{% for item in page.social_media_profile.all %} {% for item in page.social_media_profile.all %}
<a href="{{ item.profile_url }}"> <a aria-label="Social media link" href="{{ item.profile_url }}">
<svg class="icon icon--social-share icon--{{item.service}}-share"><use xlink:href="#{{item.service}}"></use></svg> <svg class="icon icon--social-share icon--{{item.service}}-share"><use xlink:href="#{{item.service}}"></use></svg>
</a> </a>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment