Skip to content

Commit 3e9c594

Browse files
committed
fix: fix alt name
1 parent aded4a9 commit 3e9c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/categories/macros.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<div class="item" aria-hidden="true">
144144
<div class="content">
145145
<a href="https://github.com/{{owner}}/{{name}}">
146-
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}" alt="Github Stars {{ name }}">
146+
<img src="https://img.shields.io/github/stars/{{owner}}/{{name}}" alt="Github Stars for {{ name }}">
147147
</a>
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)