Skip to content

Commit ce88dda

Browse files
authored
Merge pull request #74 from afsar-dev/dev
hero section avatar length changed
2 parents 1c15e97 + 25a5f58 commit ce88dda

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)