We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c15e97 + 25a5f58 commit ce88ddaCopy full SHA for ce88dda
src/components/pages/Home/HeroSection.tsx
@@ -28,7 +28,7 @@ import { getContributors } from "@/lib/github";
28
const HeroSection = async () => {
29
const contributors = await getContributors();
30
const lastFiveContributors = contributors.slice(
31
- contributors.length - 4,
+ contributors.length - 5,
32
contributors.length,
33
);
34
0 commit comments