Skip to content

Commit f874681

Browse files
committed
fix: add alt tag to contributors img
1 parent 4ab78bf commit f874681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BLANK_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Don't forget to give the project a star! Thanks again!
184184
### Top contributors:
185185

186186
<a href="https://github.com/github_username/repo_name/graphs/contributors">
187-
<img src="https://contrib.rocks/image?repo=github_username/repo_name" />
187+
<img src="https://contrib.rocks/image?repo=github_username/repo_name" alt="contrib.rocks image" />
188188
</a>
189189

190190

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Don't forget to give the project a star! Thanks again!
198198
### Top contributors:
199199

200200
<a href="https://github.com/othneildrew/Best-README-Template/graphs/contributors">
201-
<img src="https://contrib.rocks/image?repo=othneildrew/Best-README-Template" />
201+
<img src="https://contrib.rocks/image?repo=othneildrew/Best-README-Template" alt="contrib.rocks image" />
202202
</a>
203203

204204
<p style="text-align: right;">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)