diff --git a/docs/app/api/contributors/route.ts b/docs/app/api/contributors/route.ts index d9eec44c93..3fd3655872 100644 --- a/docs/app/api/contributors/route.ts +++ b/docs/app/api/contributors/route.ts @@ -7,6 +7,7 @@ export async function GET() { const response = await octokit.request("GET /repos/{owner}/{repo}/contributors", { owner: "latticexyz", repo: "mud", + per_page: 1000, }); const allContributors = response.data; diff --git a/docs/app/sections/Ecosystem/Ecosystem.tsx b/docs/app/sections/Ecosystem/Ecosystem.tsx index 1b2de3bbe1..945a80ee9f 100644 --- a/docs/app/sections/Ecosystem/Ecosystem.tsx +++ b/docs/app/sections/Ecosystem/Ecosystem.tsx @@ -24,9 +24,11 @@ export default function Ecosystem() { rel="noopener noreferrer" target="_blank" className={cn( - "relative flex flex-col justify-between", - "w-full md:h-[96px] md:w-[calc(50%-12px)] lg:w-[calc(33.333%-15px)]", + "flex flex-col justify-center items-center md:justify-between", + "w-full h-[104px] md:h-[96px] md:w-[calc(50%-12px)] lg:w-[calc(33.333%-15px)]", "text-white", + "border-b-2 border-white/10 md:border md:hover:border-white/30", + "md:relative", )} >