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 db0d06c commit 8cb98a9Copy full SHA for 8cb98a9
src/components/header/header-actions.astro
@@ -21,6 +21,11 @@ const IS_LIVE = false;
21
</abbr>
22
<span class="hidden md:inline">Code of Conduct</span>
23
</ButtonLink>
24
+<!--
25
+ <ButtonLink href="/programme/cfp" className="hidden md:block">
26
+ <span>Send your proposal!</span>
27
+ </ButtonLink>
28
+-->
29
{IS_LIVE && (
30
<ButtonLink href="/live">
31
Live
0 commit comments