Skip to content

Commit c6dd397

Browse files
authored
Add link to community voting to the header. (#1007)
Closes EuroPython/ep2025#68
1 parent 35a2186 commit c6dd397

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/header/header-actions.astro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ const IS_LIVE = false;
2121
</abbr>
2222
<span class="hidden md:inline">Code of Conduct</span>
2323
</ButtonLink>
24-
<!--
25-
<ButtonLink href="/programme/cfp" className="hidden md:block">
26-
<span>Send your proposal!</span>
24+
<ButtonLink href="https://voting.europython.eu" className="hidden md:block">
25+
<span>Community vote</span>
2726
</ButtonLink>
28-
-->
2927
{IS_LIVE && (
3028
<ButtonLink href="/live">
3129
Live

0 commit comments

Comments
 (0)