-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jon Cameron
committed
Dec 12, 2024
1 parent
2b6fb59
commit 770ab93
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ const contactCards = [ | |
}, | ||
{ | ||
description: "The mailing list for project announcements and discussion.", | ||
email: "avalon-discuss-[email protected]", | ||
email: "[email protected]", | ||
title: "Mailing List", | ||
}, | ||
]; | ||
|
@@ -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"> | ||
|