Skip to content

Commit 7b38894

Browse files
authored
Change the call to action button to CFP (#974)
Why send people to the videos if we want them to give us CfPs
1 parent 6a12019 commit 7b38894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/header/header-actions.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const IS_LIVE = false;
2121
</abbr>
2222
<span class="hidden md:inline">Code of Conduct</span>
2323
</ButtonLink>
24-
<ButtonLink href="https://www.youtube.com/playlist?list=PL8uoeex94UhE1CbtkDK4hevp2lBif57Nq" className="hidden md:block">
25-
<span>2024 Recordings</span>
24+
<ButtonLink href="/programme/cfp" className="hidden md:block">
25+
<span>Send your proposal!</span>
2626
</ButtonLink>
2727
{IS_LIVE && (
2828
<ButtonLink href="/live">

0 commit comments

Comments
 (0)