File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ export default function Layout({
47
47
{ children : < span > Partner</ span > , href : "/conf/2024/partner" } ,
48
48
{
49
49
children : < span > Schedule</ span > ,
50
- href : "/conf/2024/schedule" ,
51
- "aria-disabled" : true ,
50
+ href : "https://graphqlconf2024.sched.com/" ,
52
51
} ,
53
52
] }
54
53
/>
@@ -75,8 +74,7 @@ export default function Layout({
75
74
} ,
76
75
{
77
76
children : "Schedule" ,
78
- href : "/conf/2024/schedule" ,
79
- "aria-disabled" : true ,
77
+ href : "https://graphqlconf2024.sched.com/" ,
80
78
} ,
81
79
{ children : "GraphQLConf 2023" , href : "/conf/2023" } ,
82
80
] ,
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ export default {
196
196
banner : {
197
197
content : (
198
198
< >
199
- 📣 GraphQLConf 2024 • Sept 10-12 • San Francisco • Schedule Coming Soon!
200
- •{ " " }
199
+ 📣 GraphQLConf 2024 • Sept 10-12 • San Francisco • Check out the
200
+ Schedule & Get Your Ticket • { " " }
201
201
< NextLink
202
202
href = "/conf/2024"
203
203
className = "underline after:content-['_→'] after:font-sans"
You can’t perform that action at this time.
0 commit comments