Skip to content

Commit

Permalink
Adding missing sr-only span
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed Mar 30, 2021
1 parent e3fbb42 commit f5acdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/nav/universal_nav.html
Expand Up @@ -55,6 +55,7 @@
{% for item in site.data.universal_nav.items %}
{% if item.icon %}
<a target="_blank" class="nav-link" href="{{item.url}}">
<span class="sr-only">{{item.icon}}</span>
<span class="{{item.icon}}"></span>
</a>
{% endif %}
Expand Down

0 comments on commit f5acdca

Please sign in to comment.