Skip to content

Commit

Permalink
chore: fix twitter badge (#12211)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Jan 4, 2022
1 parent 4f4be57 commit 4eabd9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,9 +1,13 @@
<p align="center">
<a href="https://badge.fury.io/js/jest"><img src="https://badge.fury.io/js/jest.svg" alt="npm version"></a>
<a href="https://badge.fury.io/js/jest">
<img src="https://badge.fury.io/js/jest.svg" alt="npm version">
</a>
<a href="https://github.com/facebook/jest/blob/main/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license." />
</a>
<a href="https://twitter.com/intent/follow?screen_name=fbjest"><img align="center" src="https://img.shields.io/twitter/follow/fbjest.svg?style=social&label=Follow%20@fbjest" alt="Follow on Twitter"></a>
<a href="https://twitter.com/intent/follow?screen_name=fbjest">
<img src="https://img.shields.io/twitter/follow/fbjest.svg?style=social&label=Follow%20@fbjest" alt="Follow on Twitter" />
</a>
</p>

<!-- A spacer -->
Expand Down

0 comments on commit 4eabd9d

Please sign in to comment.