Skip to content

Commit

Permalink
fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kensnyder committed Aug 12, 2024
1 parent 750924b commit e930564
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<img alt="React Thermals Logo" src="https://github.com/kensnyder/react-thermals/raw/main/assets/glider-logotype.png?v=4.0.1-beta.27" height="64" />

[![NPM Link](https://badgen.net/npm/v/my-project?v=4.0.1)](https://npmjs.com/package/my-project)
[![Language](https://badgen.net/static/language/TS?v=4.0.1)](https://github.com/search?q=repo:kensnyder/my-project++language:TypeScript&type=code)
[![Build Status](https://github.com/kensnyder/my-project/actions/workflows/workflow.yml/badge.svg?v=4.0.1)](https://github.com/kensnyder/my-project/actions)
[![Code Coverage](https://codecov.io/gh/kensnyder/my-project/branch/main/graph/badge.svg?v=4.0.1)](https://codecov.io/gh/kensnyder/my-project)
[![Gzipped Size](https://badgen.net/bundlephobia/minzip/my-project?label=minzipped&v=4.0.1)](https://bundlephobia.com/package/my-project@4.0.1)
[![Dependency details](https://badgen.net/bundlephobia/dependency-count/my-project?v=4.0.1)](https://www.npmjs.com/package/my-project?activeTab=dependencies)
[![Tree shakeable](https://badgen.net/bundlephobia/tree-shaking/my-project?v=4.0.1)](https://www.npmjs.com/package/my-project)
[![ISC License](https://badgen.net/github/license/kensnyder/my-project?v=4.0.1)](https://opensource.org/licenses/ISC)
[![NPM Link](https://badgen.net/npm/v/react-thermals?v=4.0.1)](https://npmjs.com/package/react-thermals)
[![Language](https://badgen.net/static/language/TS?v=4.0.1)](https://github.com/search?q=repo:kensnyder/react-thermals++language:TypeScript&type=code)
[![Build Status](https://github.com/kensnyder/react-thermals/actions/workflows/workflow.yml/badge.svg?v=4.0.1)](https://github.com/kensnyder/react-thermals/actions)
[![Code Coverage](https://codecov.io/gh/kensnyder/react-thermals/branch/main/graph/badge.svg?v=4.0.1)](https://codecov.io/gh/kensnyder/react-thermals)
[![Gzipped Size](https://badgen.net/bundlephobia/minzip/react-thermals?label=minzipped&v=4.0.1)](https://bundlephobia.com/package/react-thermals@4.0.1)
[![Dependency details](https://badgen.net/bundlephobia/dependency-count/react-thermals?v=4.0.1)](https://www.npmjs.com/package/react-thermals?activeTab=dependencies)
[![Tree shakeable](https://badgen.net/bundlephobia/tree-shaking/react-thermals?v=4.0.1)](https://www.npmjs.com/package/react-thermals)
[![ISC License](https://badgen.net/github/license/kensnyder/react-thermals?v=4.0.1)](https://opensource.org/licenses/ISC)

React Thermals is a simple and type-safe way to manage shared state in React

Expand Down

0 comments on commit e930564

Please sign in to comment.