Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/day/2026/amsterdam/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function AmsterdamPage() {
<HeroDateAndLocation
date="Jun 9-10, 2026"
dateTime="2026-06-09"
location="Amsterdam, The Netherlands"
location="Tolhuistuin, Amsterdam"
/>
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
<Button href={TICKET_LINK} className="whitespace-nowrap md:w-fit">
Expand Down
2 changes: 1 addition & 1 deletion src/app/day/2026/nyc/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function NYCPage() {
<HeroDateAndLocation
date="May 13-14, 2026"
dateTime="2026-05-13"
location="New York City"
location="Convene 360 Madison, New York"
/>
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
<Button href={TICKET_LINK} className="whitespace-nowrap md:w-fit">
Expand Down
2 changes: 1 addition & 1 deletion src/app/day/2026/paris/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ParisPage() {
<HeroDateAndLocation
date="December 1-3, 2026"
dateTime="2026-12-01"
location="Paris, France"
location="CNIT Forest, Paris"
/>
<div className="flex flex-wrap items-center gap-x-4 gap-y-2 max-sm:*:flex-1">
<Button disabled className="whitespace-nowrap opacity-55 md:w-fit">
Expand Down
Loading