Skip to content

Commit

Permalink
Use picture to try to fix badge links
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 30, 2024
1 parent d3fdc33 commit 1372ecb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
<h1>Puffer SDK</h1>

<a href="https://github.com/pufferfinance/puffer-sdk/actions/workflows/build-and-test.yml?query=branch%3Amain">
<img alt="build" src="https://github.com/pufferfinance/puffer-sdk/actions/workflows/build-and-test.yml/badge.svg?branch=main" />
<picture>
<img alt="build" src="https://github.com/pufferfinance/puffer-sdk/actions/workflows/build-and-test.yml/badge.svg?branch=main" />
</picture>
</a>
<a href="https://github.com/PufferFinance/puffer-sdk/blob/main/LICENSE">
<img alt="license" src="https://img.shields.io/github/license/pufferfinance/puffer-sdk" />
<picture>
<img alt="license" src="https://img.shields.io/github/license/pufferfinance/puffer-sdk" />
</picture>
</a>
<a href="https://www.npmjs.com/package/@pufferfinance/puffer-sdk">
<img alt="npm downloads" src="https://img.shields.io/npm/dm/@pufferfinance/puffer-sdk?logo=npm" />
<picture>
<img alt="npm downloads" src="https://img.shields.io/npm/dm/@pufferfinance/puffer-sdk?logo=npm" />
</picture>
</a>
<a href="https://www.npmjs.com/package/@pufferfinance/puffer-sdk">
<img alt="npm version" src="https://img.shields.io/npm/v/@pufferfinance/puffer-sdk?label=version&logo=npm" />
<picture>
<img alt="npm version" src="https://img.shields.io/npm/v/@pufferfinance/puffer-sdk?label=version&logo=npm" />
</picture>
</a>
<!-- TODO: ADD COVERAGE BADGE -->

Expand Down

0 comments on commit 1372ecb

Please sign in to comment.