diff --git a/www/src/components/blog/avatarList.astro b/www/src/components/blog/avatarList.astro index 3baec8b224..56714b00fb 100644 --- a/www/src/components/blog/avatarList.astro +++ b/www/src/components/blog/avatarList.astro @@ -69,21 +69,15 @@ const recentContributors = unique.slice(0, 3); // only show avatars for the 3 mo const additionalContributors = unique.length - recentContributors.length; // list the rest of them as # of extra contributors --- -