Skip to content

Commit

Permalink
Update stats.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio authored Jan 22, 2025
1 parent 596cdd7 commit 70a9c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/website/components/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { useId } from "react";
import NumberTicker from "./ui/number-ticker";

const statsValues = {
githubStars: 10000,
dockerDownloads: 900000,
contributors: 85,
sponsors: 38,
githubStars: 14500,
dockerDownloads: 1000000,
contributors: 124,
sponsors: 40,
};

export function StatsSection() {
Expand Down

0 comments on commit 70a9c6b

Please sign in to comment.