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 35a2186 commit c6dd397Copy full SHA for c6dd397
src/components/header/header-actions.astro
@@ -21,11 +21,9 @@ 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>
+ <ButtonLink href="https://voting.europython.eu" className="hidden md:block">
+ <span>Community vote</span>
27
28
--->
29
{IS_LIVE && (
30
<ButtonLink href="/live">
31
Live
0 commit comments