Skip to content

Commit

Permalink
Update Statistics.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao authored Jul 23, 2024
1 parent 12aafa3 commit 8c98149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/Statistics/Statistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Statistics = ({
contributors = [],
stars = 0,
}: ProjectStats) => {
const totalSlackMembers = 320;
const totalSlackMembers = 400;
return (
<Box className="flex flex-col items-center justify-center w-full">
<Heading
Expand Down

0 comments on commit 8c98149

Please sign in to comment.