Skip to content

Commit

Permalink
add alt text to flying icon of level categories
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jan 8, 2022
1 parent c015742 commit f852bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/postcard_categories.html
Expand Up @@ -13,7 +13,7 @@


{%- macro category_item(name, icon, active) -%}
<a href="{{ pathtocategory(name) }}" class="{{ setcolorclass(active) }}">
<a href="{{ pathtocategory(name) }}" class="{{ setcolorclass(active) }}" title="{{ name }}">
<span class="fas {{ icon }}"></span>
<label class="sr-only">{{ name }}</label>
</a>
Expand Down

0 comments on commit f852bf7

Please sign in to comment.