mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
fix: revert npm downloads label to "/ year" to match API data
The npm API fetches last-year downloads, so "/ week" was incorrect.
This commit is contained in:
@@ -1411,7 +1411,7 @@ function ReadmeFooter({
|
||||
/>
|
||||
</svg>
|
||||
<span className="text-[9px] font-mono">
|
||||
{formatCount(stats.npmDownloads)} / week
|
||||
{formatCount(stats.npmDownloads)} / year
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user