Skip to content

Commit

Permalink
Change the call to action button to CFP (#974)
Browse files Browse the repository at this point in the history
Why send people to the videos if we want them to give us CfPs
  • Loading branch information
cybit authored Jan 21, 2025
1 parent 6a12019 commit 7b38894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/header-actions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const IS_LIVE = false;
</abbr>
<span class="hidden md:inline">Code of Conduct</span>
</ButtonLink>
<ButtonLink href="https://www.youtube.com/playlist?list=PL8uoeex94UhE1CbtkDK4hevp2lBif57Nq" className="hidden md:block">
<span>2024 Recordings</span>
<ButtonLink href="/programme/cfp" className="hidden md:block">
<span>Send your proposal!</span>
</ButtonLink>
{IS_LIVE && (
<ButtonLink href="/live">
Expand Down

0 comments on commit 7b38894

Please sign in to comment.