Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ehrlich committed Sep 13, 2022
1 parent b93ad2c commit 9c5eea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/src/components/blog/avatarList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ const additionalContributors = unique.length - recentContributors.length; // lis

<div class="flex flex-col gap-2 items-center justify-center py-3">
<span class="py-2">Recent Contributors To This Page</span>
<ul
class="flex gap-4"
>
<ul class="flex gap-4">
{
recentContributors.map((item) => (
<li>
Expand Down

0 comments on commit 9c5eea8

Please sign in to comment.