Skip to content

Commit 5e1f64e

Browse files
authored
Updates to announce graphql conf schedule (graphql#1720)
1 parent 735e70b commit 5e1f64e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/app/conf/2024/layout.tsx

+2-4
Original file line numberDiff line numberDiff 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
],

theme.config.tsx

+2-2
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)