Skip to content

Commit

Permalink
feat(515): remove stream links from agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Mar 13, 2024
1 parent 3ff8eb8 commit d59bb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/agenda-compact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ export default function Agenda() {
</div>
</div>

{new Date().getTime() > 1709798400000 &&
{/*
<div className="container-stream-link">
<h2>We are live!</h2>
<a className="button" href={YT_LIVE_LINKS[trackSelected.toLowerCase()]} target="_blank" rel="noreferrer">
Click to follow the live stream on YouTube!
</a>
</div>}
</div>*/}

<div className="container">

Expand Down
4 changes: 2 additions & 2 deletions pages/agenda.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ export default function Agenda() {
</div>
</div>

{new Date().getTime() > 1709798400000 &&
{/*
<div className="container-stream-link">
<h2>We are live!</h2>
<a className="button" href={YT_LIVE_LINKS[trackSelected.toLowerCase()]} target="_blank" rel="noreferrer">
Click to follow the live stream on YouTube!
</a>
</div>}
</div>*/}

<div className="timeline">
{trackSelected === 'Alpha1' && (
Expand Down

0 comments on commit d59bb8c

Please sign in to comment.