Skip to content

Commit f9b030a

Browse files
committed
fix: move alt text from anchor to img and add aria-label for slack badge
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
1 parent 66ab061 commit f9b030a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<a href="CODE_OF_CONDUCT.md" alt="Contributions welcome">
55
<img src="https://img.shields.io/badge/Contributions-Welcome-brightgreen?logo=github" /></a>
66

7-
<a href="https://keploy.io/slack" alt="Slack">
8-
<img src=".github/slack.svg" /></a>
7+
<a href="https://keploy.io/slack" aria-label="Slack">
8+
<img src=".github/slack.svg" alt="Slack" /></a>
99

1010
<a href="https://opensource.org/licenses/Apache-2.0" alt="License">
1111
<img src=".github/License-Apache_2.0-blue.svg" /></a>

0 commit comments

Comments
 (0)