Skip to content

Commit 9c43b5f

Browse files
authored
Add ticket link to GraphQL day NYC (#2408)
Keep the ticket link until the event is over
1 parent 7893ca1 commit 9c43b5f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/day/2026/nyc/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import {
1919

2020
const SCHEDULE_ANCHOR = "#schedule"
2121

22+
const TICKET_LINK =
23+
"https://ticket.apidays.global/event/future-of-software-technology-new-york-2026/82677ac7-3989-456b-93a7-b1c215bd51d6/apidays-new-york/cart"
24+
2225
const MARQUEE_ITEMS = [
2326
["NEW YORK", "MAY 2026", "GRAPHQL DAY", "FOST", "COMMUNITY", "APIs"],
2427
[
@@ -47,6 +50,9 @@ export default function NYCPage() {
4750
location="New York City"
4851
/>
4952
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
53+
<Button href={TICKET_LINK} className="whitespace-nowrap md:w-fit">
54+
Get your ticket
55+
</Button>
5056
<Button
5157
href={SCHEDULE_ANCHOR}
5258
className="whitespace-nowrap md:w-fit"

0 commit comments

Comments
 (0)