Skip to content

Commit

Permalink
feat(github): update total download of packages #9164 (#9165)
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Nov 10, 2024
1 parent 090f0bc commit fd2a6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3M-blue.svg?logo=nuget)](https://www.nuget.org/profiles/bit-foundation)
[![Nuget downloads](https://img.shields.io/badge/packages_download-5.5M-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 @@ -46,7 +46,7 @@

<section class="page-section download-section">
<div class="page-section-content">
<BitText Typography="BitTypography.H3" Gutter>4.9M</BitText>
<BitText Typography="BitTypography.H3" Gutter>5.5M</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

0 comments on commit fd2a6b3

Please sign in to comment.