diff --git a/components/BuyTicketSection.js b/components/BuyTicketSection.js index bc04c13..23582fd 100644 --- a/components/BuyTicketSection.js +++ b/components/BuyTicketSection.js @@ -1,7 +1,7 @@ import Link from "next/link"; export default function BuyTicketSection() { - const QUICKET_LINK = "https://qkt.io/pyconug"; + const QUICKET_LINK = "https://qkt.io/pyconug2023"; return (
@@ -10,7 +10,7 @@ export default function BuyTicketSection() {

Tickets can be bought by following the link below.

- Buy a Ticket + Get Ticket
diff --git a/components/Navbar.js b/components/Navbar.js index 459b3fe..de15136 100644 --- a/components/Navbar.js +++ b/components/Navbar.js @@ -21,7 +21,7 @@ export default function Navbar() { label: "Contact", }, ]; - const QUICKET_LINK = "https://qkt.io/pyconug"; + const QUICKET_LINK = "https://qkt.io/pyconug2023"; return (