We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e714aa8 commit 0de923fCopy full SHA for 0de923f
1 file changed
src/app/day/layout.tsx
@@ -30,8 +30,8 @@ export default function DayLayout({
30
{ children: "All GraphQL Events", href: "/community/events/" },
31
{ children: "GraphQLConf", href: "/conf/2026" },
32
{
33
- children: "GraphQL Day Singapore",
34
- href: "/day/2026/singapore",
+ children: "GraphQL Day NYC",
+ href: "/day/2026/nyc",
35
},
36
]}
37
/>
0 commit comments