Skip to content

Commit

Permalink
Remove the listing from the homepage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 3, 2024
1 parent 11335fe commit bedf006
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ const members = await getCollection('members');
to settle up.
</p>

<h2 class="text-app-green mt-8 mb-4 text-3xl font-bold">Who</h2>

<ul>
{members.map(member => (
<li>
<a href={`/members/${member.id}/`}>{member.data.name}</a>
</li>
))}
</ul>

<h2 class="text-app-green mt-8 mb-4 text-3xl font-bold">How</h2>

<b>Step 1:</b> Pay Open Source maintainers.<br />
Expand Down

0 comments on commit bedf006

Please sign in to comment.