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 ?? '';