Skip to content

Commit

Permalink
Update header link and Presentations page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cameron committed Dec 19, 2024
1 parent 09d6a60 commit f3b2fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions src/app/presentations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,16 @@ export default function PresentationsPage() {
<BgLayer>
<PageHeader
title="Presentations and Demos"
description="In addition to the archived presentation below, useful Hyku feature demos can be found on YouTube."
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."
>
<div className="mt-8 flex-row space-x-4">
<a
href="https://www.youtube.com/channel/UC_m1Ovaaasa2ksyGaqz5i0Q/"
href="https://demo.avalonmediasystem.org/"
target="_blank"
rel="noreferrer noopener"
className="button-primary"
>
Demo
</a>
<a
href="https://www.youtube.com/channel/UC1eopKtm-k_f93RTfzHSvMQ"
target="_blank"
rel="noreferrer noopener"
className="button"
>
Hydra-in-a-Box (early demos)
Demo Site
</a>
</div>
</PageHeader>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Header = () => {
</div>
<div className="hidden lg:flex lg:flex-1 lg:justify-end">
<a
href="https://github.com/samvera/hyku"
href="https://github.com/https://samvera.atlassian.net/wiki/spaces/avalon/overview"
className="text-sm font-semibold leading-6 text-foreground hover:text-foreground/90"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit f3b2fe9

Please sign in to comment.