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 2a306b6 commit 1cf8d78Copy full SHA for 1cf8d78
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 url="https://voting.europython.eu" className="hidden md:block">
25
- <span>Community vote</span>
+ <ButtonLink url="https://ep2025.europython.eu/tickets" className="hidden md:block">
+ <span>Tickets</span>
26
27
{IS_LIVE && (
28
<ButtonLink url="/live">
0 commit comments