We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a12019 commit 7b38894Copy full SHA for 7b38894
src/components/header/header-actions.astro
@@ -21,8 +21,8 @@ const IS_LIVE = false;
21
</abbr>
22
<span class="hidden md:inline">Code of Conduct</span>
23
</ButtonLink>
24
- <ButtonLink href="https://www.youtube.com/playlist?list=PL8uoeex94UhE1CbtkDK4hevp2lBif57Nq" className="hidden md:block">
25
- <span>2024 Recordings</span>
+ <ButtonLink href="/programme/cfp" className="hidden md:block">
+ <span>Send your proposal!</span>
26
27
{IS_LIVE && (
28
<ButtonLink href="/live">
0 commit comments