File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 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({
4747 { children : < span > Partner</ span > , href : "/conf/2024/partner" } ,
4848 {
4949 children : < span > Schedule</ span > ,
50- href : "/conf/2024/schedule" ,
51- "aria-disabled" : true ,
50+ href : "https://graphqlconf2024.sched.com/" ,
5251 } ,
5352 ] }
5453 />
@@ -75,8 +74,7 @@ export default function Layout({
7574 } ,
7675 {
7776 children : "Schedule" ,
78- href : "/conf/2024/schedule" ,
79- "aria-disabled" : true ,
77+ href : "https://graphqlconf2024.sched.com/" ,
8078 } ,
8179 { children : "GraphQLConf 2023" , href : "/conf/2023" } ,
8280 ] ,
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ export default {
196196 banner : {
197197 content : (
198198 < >
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 • { " " }
201201 < NextLink
202202 href = "/conf/2024"
203203 className = "underline after:content-['_→'] after:font-sans"
You can’t perform that action at this time.
0 commit comments