From 9bc627afb2b3810849793473c4eb757b6841c486 Mon Sep 17 00:00:00 2001 From: francisojeah Date: Mon, 16 Dec 2024 11:09:30 +0100 Subject: [PATCH] fix: center contributor list on small screens --- apps/web/src/components/CoreContributors/CoreContributors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/CoreContributors/CoreContributors.tsx b/apps/web/src/components/CoreContributors/CoreContributors.tsx index efc7559826..3ee4b4827f 100644 --- a/apps/web/src/components/CoreContributors/CoreContributors.tsx +++ b/apps/web/src/components/CoreContributors/CoreContributors.tsx @@ -15,7 +15,7 @@ const avatarCssStyle = { export default async function CoreContributors() { return ( -
+
{owners?.length > 0 && owners.map((owner) => { const filename = owner.filename ?? '';