Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
docs: manually update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHieu01 committed Apr 27, 2024
1 parent 4a46a77 commit 9423cb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/CTADownload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CTADownload = () => {
<DropdownDownload lastRelease={lastRelease} />
</div>
<p className="mt-6 text-zinc-text-black/60 dark:text-white/60">
700K+ Downloads | Free & Open Source
800K+ Downloads | Free & Open Source
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Hero = () => {
)}
</div>
<p className="mt-6 text-black/60 dark:text-white/60">
700K+ Downloads | Free & Open Source
800K+ Downloads | Free & Open Source
</p>
<div className="w-4/5 mx-auto mt-10">
<ThemeImage
Expand Down
6 changes: 3 additions & 3 deletions src/components/Home/Statistic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ const Statistic = () => {
</p>
</div>
<div className="text-center">
<h1 className="text-4xl font-bold">39+</h1>
<h1 className="text-4xl font-bold">46+</h1>
<p className="font-medium text-black/60 dark:text-white/60">
Contributors
</p>
</div>
<div className="text-center">
<h1 className="text-4xl font-bold">2706+</h1>
<h1 className="text-4xl font-bold">2800+</h1>
<p className="font-medium text-black/60 dark:text-white/60">
Pull Requests
</p>
</div>
<div className="text-center">
<h1 className="text-4xl font-bold">700K+</h1>
<h1 className="text-4xl font-bold">800K+</h1>
<p className="font-medium text-black/60 dark:text-white/60">
Downloads
</p>
Expand Down

0 comments on commit 9423cb5

Please sign in to comment.