Skip to content

Commit d927eab

Browse files
2 parents 68f811a + ce88dda commit d927eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/Home/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { getContributors } from "@/lib/github";
2828
const HeroSection = async () => {
2929
const contributors = await getContributors();
3030
const lastFiveContributors = contributors.slice(
31-
contributors.length - 4,
31+
contributors.length - 5,
3232
contributors.length,
3333
);
3434

0 commit comments

Comments
 (0)