Skip to content

Commit dd01060

Browse files
authored
Set alt attribute on README img (#1940)
1 parent db5e193 commit dd01060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="300px" src="./docs/src/readme.png">
2+
<img width="300px" alt="" src="./docs/src/readme.png">
33
</p>
44

55
<h1 align="center">Primer CSS</h1>
@@ -14,7 +14,7 @@
1414
<img alt="" src="https://github.com/primer/css/actions/workflows/ci.yml/badge.svg">
1515
</a>
1616
<a aria-label="contributors graph" href="https://github.com/primer/css/graphs/contributors">
17-
<img src="https://img.shields.io/github/contributors/primer/css.svg">
17+
<img alt="" src="https://img.shields.io/github/contributors/primer/css.svg">
1818
</a>
1919
<a aria-label="last commit" href="https://github.com/primer/css/commits/main">
2020
<img alt="" src="https://img.shields.io/github/last-commit/primer/css.svg">

0 commit comments

Comments
 (0)