Skip to content

Commit

Permalink
website: add status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 3, 2021
1 parent 940e9b6 commit 7750a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
react-hotkeys
---

[![NPM Downloads](https://img.shields.io/npm/dm/react-hot-keys.svg?style=flat)](https://www.npmjs.com/package/react-hot-keys)
[![Build & Deploy](https://github.com/jaywcjlove/react-hotkeys/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/jaywcjlove/react-hotkeys/actions)
[![npm package](https://img.shields.io/npm/v/react-hot-keys.svg)](https://www.npmjs.org/package/react-hot-keys) [![Coveralls](https://img.shields.io/coveralls/jaywcjlove/react-hotkeys/master.svg)](https://coveralls.io/github/jaywcjlove/react-hotkeys)

Expand Down
3 changes: 3 additions & 0 deletions website/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export default class App extends React.PureComponent<AppProps, AppState> {
<Github.Social type="stars" href="https://github.com/jaywcjlove/react-hotkeys/stargazers" />
<Github.Social type="watchers" href="https://github.com/jaywcjlove/react-hotkeys/watchers" />
<Github.Social type="followers" href="https://github.com/jaywcjlove?tab=followers" />
<a href="https://www.npmjs.com/package/react-hot-keys" target="__blank">
<img src="https://img.shields.io/npm/dm/react-hot-keys.svg?style=flat" alt="NPM Downloads" />
</a>
</Github>
<GitHubCorners href="https://github.com/jaywcjlove/react-hotkeys" target="__blank" />
<Hotkeys
Expand Down

0 comments on commit 7750a0d

Please sign in to comment.