1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

Set alt attribute on README img (#1940)

This commit is contained in:
Kate Higa 2022-02-17 07:46:40 -07:00 committed by GitHub
parent db5e19337e
commit dd010600bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<p align="center">
<img width="300px" src="./docs/src/readme.png">
<img width="300px" alt="" src="./docs/src/readme.png">
</p>
<h1 align="center">Primer CSS</h1>
@ -14,7 +14,7 @@
<img alt="" src="https://github.com/primer/css/actions/workflows/ci.yml/badge.svg">
</a>
<a aria-label="contributors graph" href="https://github.com/primer/css/graphs/contributors">
<img src="https://img.shields.io/github/contributors/primer/css.svg">
<img alt="" src="https://img.shields.io/github/contributors/primer/css.svg">
</a>
<a aria-label="last commit" href="https://github.com/primer/css/commits/main">
<img alt="" src="https://img.shields.io/github/last-commit/primer/css.svg">