Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cameron committed Dec 12, 2024
1 parent 2b6fb59 commit 770ab93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const contactCards = [
},
{
description: "The mailing list for project announcements and discussion.",
email: "avalon-discuss-l@list.indiana.edu",
email: "avalon-l@list.indiana.edu",
title: "Mailing List",
},
];
Expand All @@ -60,10 +60,7 @@ export default function ContactPage() {
Get in touch
</h2>
<p className="mt-4 leading-7 text-foreground-muted">
primary mailing list for announcements about upcoming
developments, new releases, meeting and other important
milestones during the development of Avalon Media
System.
Connect with us via email, Slack, Github and more.
</p>
</div>
<div className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:col-span-2 lg:gap-8">
Expand Down

0 comments on commit 770ab93

Please sign in to comment.