Skip to content

Commit

Permalink
Fix badge img on index
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-k committed Jan 9, 2024
1 parent c1948f4 commit fcbb7d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<img src="/img/logo/formir-150.png" alt="formir" /><span>formir</span>
</span>
<a href="https://www.npmjs.com/package/formir" rel="nofollow" target="_blank" class="margin-left-3"><img
src="https://camo.githubusercontent.com/4242607f6a201b4ae8685bd85b570610194a7303/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f666f726d69722e737667"
alt="npm version" data-canonical-src="https://img.shields.io/npm/v/formir.svg" style="max-width:100%;"></a>
alt="NPM Version" src="https://img.shields.io/npm/v/formir" />
</a>
</div>
<div class="margin-top-4">
<h1>An Open-Source Pure CSS Framework</h1>
Expand Down Expand Up @@ -180,9 +180,8 @@ <h2>Get formir</h2>
<div class="items items-center">
<a class="item button transparent button-alternative inverse"
href="https://github.com/formir/formir/archive/refs/tags/v1.0.1.tar.gz">Download</a>
<a class="item" href="https://www.npmjs.com/package/formir" target="_blank"><img
src="https://camo.githubusercontent.com/4242607f6a201b4ae8685bd85b570610194a7303/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f666f726d69722e737667"
alt="npm version" data-canonical-src="https://img.shields.io/npm/v/formir.svg" style="max-width:100%;"></a>
<a class="item" href="https://www.npmjs.com/package/formir" target="_blank"><img alt="NPM Version"
src="https://img.shields.io/npm/v/formir" /></a>
<a class="item" href="https://github.com/formir/formir" target="_blank"><i
class="icon-github-alt text-color-2 margin-0 h4"></i></a>
</div>
Expand Down

0 comments on commit fcbb7d6

Please sign in to comment.