Skip to content

Commit

Permalink
feat(websites): update total package downloads #9519 (#9520)
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Dec 23, 2024
1 parent c6ec565 commit 70a720f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![License](https://img.shields.io/github/license/bitfoundation/bitplatform.svg)
![CI Status](https://github.com/bitfoundation/bitplatform/actions/workflows/bit.ci.yml/badge.svg)
![NuGet version](https://img.shields.io/nuget/v/bit.blazorui.svg?logo=nuget)
[![Nuget downloads](https://img.shields.io/badge/packages_download-5.5M-blue.svg?logo=nuget)](https://www.nuget.org/profiles/bit-foundation)
[![Nuget downloads](https://img.shields.io/badge/packages_download-5.6M-blue.svg?logo=nuget)](https://www.nuget.org/profiles/bit-foundation)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/bitfoundation/bitplatform.svg)](http://isitmaintained.com/project/bitfoundation/bitplatform "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/bitfoundation/bitplatform.svg)](http://isitmaintained.com/project/bitfoundation/bitplatform "Percentage of issues still open")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</BitStack>
</BitLink>
<BitLink Href="https://www.nuget.org/profiles/bit-foundation" Target="_blank" NoUnderline>
<BitImage Src="https://img.shields.io/badge/packages_download-5.5M-blue.svg?logo=nuget" Alt="nuget downloads" />
<BitImage Src="https://img.shields.io/badge/packages_download-5.6M-blue.svg?logo=nuget" Alt="nuget downloads" />
</BitLink>
</BitStack>
</BitCard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<section class="page-section download-section">
<div class="page-section-content">
<BitText Typography="BitTypography.H3" Gutter>5.5M</BitText>
<BitText Typography="BitTypography.H3" Gutter>5.6M</BitText>
<hr style="width:100%" />
<a href="https://www.nuget.org/profiles/bit-foundation" target="_blank">
<BitText Typography="BitTypography.H5" Class="blue-txt">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
<br />
<BitText Typography="BitTypography.H5" Class="text-subtitle">
<div class="stats-container">
<div>+5.5M NuGet downloads</div>
<div>+5.6M NuGet downloads</div>
<div>+1K GitHub stars</div>
<div>+125 contributors</div>
<div>+100 contributors</div>
</div>
</BitText>
</div>
Expand Down

0 comments on commit 70a720f

Please sign in to comment.