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 761a7ec commit b51d619Copy full SHA for b51d619
src/components/hero2/hero.astro
@@ -6,8 +6,8 @@ import IconWithLabel from "./icon-label.astro";
6
import ButtonLink from "../../components/button-link/button-link.astro";
7
8
import HeaderLogo from "..//header/header-logo.astro";
9
-const action1 = "https://google.com";
10
-const action2 = "https://google.com";
+const action1 = "https://ep2025.europython.eu/tickets";
+const action2 = "https://ep2025.europython.eu/sponsorship/sponsor/";
11
---
12
13
<div
0 commit comments