Skip to content

Commit

Permalink
Remove placeholder reference list from about page
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Sep 18, 2024
1 parent c5dc438 commit 464260f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ export default function About() {
<AboutContent />
</div>
</Card>
<Card className="min-w-96 max-w-2xl">
<h2 className="text-lg font-semibold text-indigo-600">
References/Resources
</h2>
<ul className="text-base max-w-prose list-disc">
<li>Reference 1</li>
</ul>
</Card>
</div>
</main>
);
Expand Down

0 comments on commit 464260f

Please sign in to comment.