-
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
Showing
1 changed file
with
6 additions
and
4 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ export default function PresentationsPage() { | |
<BgLayer> | ||
<PageHeader | ||
title="Presentations and Demos" | ||
description="Try Avalon Media System out on our demo site or check out a presentation on Avalon. More info here about signing up for an account on demo." | ||
description="Try out Avalon Media System on our demo site or view an archived presentation." | ||
> | ||
<div className="mt-8 flex-row space-x-4"> | ||
<a | ||
|
@@ -34,9 +34,11 @@ export default function PresentationsPage() { | |
{" "} | ||
The demo site is open for anyone to search and browse previously | ||
uploaded content. To upload and edit your own content, first | ||
create an account. Then{" "} | ||
<a href="mailto:[email protected]">contact the Avalon team</a> to | ||
request your account be given rights to edit content. | ||
<a href="https://demo.avalonmediasystem.org/users/sign_up"> | ||
create an account | ||
</a> | ||
. Then <a href="mailto:[email protected]">contact the Avalon team</a>{" "} | ||
to request your account be given rights to edit content. | ||
</p> | ||
</PageHeader> | ||
<Container> | ||
|