Skip to content

Commit 4eabd9d

Browse files
authored
chore: fix twitter badge (#12211)
1 parent 4f4be57 commit 4eabd9d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<p align="center">
2-
<a href="https://badge.fury.io/js/jest"><img src="https://badge.fury.io/js/jest.svg" alt="npm version"></a>
2+
<a href="https://badge.fury.io/js/jest">
3+
<img src="https://badge.fury.io/js/jest.svg" alt="npm version">
4+
</a>
35
<a href="https://github.com/facebook/jest/blob/main/LICENSE">
46
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license." />
57
</a>
6-
<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>
8+
<a href="https://twitter.com/intent/follow?screen_name=fbjest">
9+
<img src="https://img.shields.io/twitter/follow/fbjest.svg?style=social&label=Follow%20@fbjest" alt="Follow on Twitter" />
10+
</a>
711
</p>
812

913
<!-- A spacer -->

0 commit comments

Comments
 (0)