diff --git a/components/home/Usage.tsx b/components/home/Usage.tsx index cf610cbdc..bbafdb51e 100644 --- a/components/home/Usage.tsx +++ b/components/home/Usage.tsx @@ -79,7 +79,7 @@ const users: User[] = [ ]; const stats = [ - { name: "SDK installs / month", value: 2000000 }, + { name: "SDK installs / month", value: 3000000 }, { name: "GitHub stars", value: 6000 }, { name: "Docker pulls", value: 500000 }, ];