Skip to content

Commit 0de923f

Browse files
committed
Point Day header link from Singapore to NYC
1 parent e714aa8 commit 0de923f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/day/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default function DayLayout({
3030
{ children: "All GraphQL Events", href: "/community/events/" },
3131
{ children: "GraphQLConf", href: "/conf/2026" },
3232
{
33-
children: "GraphQL Day Singapore",
34-
href: "/day/2026/singapore",
33+
children: "GraphQL Day NYC",
34+
href: "/day/2026/nyc",
3535
},
3636
]}
3737
/>

0 commit comments

Comments
 (0)