From 8a9311b043d8d6508a5a61557d041bbd6c61fa0c Mon Sep 17 00:00:00 2001 From: Aj Wazzan Date: Sun, 16 Mar 2025 22:15:19 -0700 Subject: [PATCH] minor --- apps/mail/app/(full-width)/contributors/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/mail/app/(full-width)/contributors/page.tsx b/apps/mail/app/(full-width)/contributors/page.tsx index 658e34ac1..0965713bd 100644 --- a/apps/mail/app/(full-width)/contributors/page.tsx +++ b/apps/mail/app/(full-width)/contributors/page.tsx @@ -85,7 +85,7 @@ const specialRoles: Record( - initialContributors?.length === 100 - ? `https://api.github.com/repos/${REPOSITORY}/contributors?per_page=100&page=2` + initialContributors?.length === 100 + ? `https://api.github.com/repos/${REPOSITORY}/contributors?per_page=100&page=2` : null, fetcher, ); @@ -345,7 +345,7 @@ export default function OpenPage() {
- + {/* Project Stats */}
@@ -929,14 +929,14 @@ export default function OpenPage() {
- +
{filteredContributors?.slice(0, 5).map((contributor) => ( - @@ -958,7 +958,7 @@ export default function OpenPage() { contributors
- +
Stars