Skip to content

Commit f852bf7

Browse files
committed
add alt text to flying icon of level categories
1 parent c015742 commit f852bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/postcard_categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
{%- macro category_item(name, icon, active) -%}
16-
<a href="{{ pathtocategory(name) }}" class="{{ setcolorclass(active) }}">
16+
<a href="{{ pathtocategory(name) }}" class="{{ setcolorclass(active) }}" title="{{ name }}">
1717
<span class="fas {{ icon }}"></span>
1818
<label class="sr-only">{{ name }}</label>
1919
</a>

0 commit comments

Comments
 (0)