Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/app/conf/2024/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export default function Layout({
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
{
children: <span>Schedule</span>,
href: "/conf/2024/schedule",
"aria-disabled": true,
href: "https://graphqlconf2024.sched.com/",
},
]}
/>
Expand All @@ -75,8 +74,7 @@ export default function Layout({
},
{
children: "Schedule",
href: "/conf/2024/schedule",
"aria-disabled": true,
href: "https://graphqlconf2024.sched.com/",
},
{ children: "GraphQLConf 2023", href: "/conf/2023" },
],
Expand Down
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ export default {
banner: {
content: (
<>
📣 GraphQLConf 2024 • Sept 10-12 • San Francisco • Schedule Coming Soon!
•{" "}
📣 GraphQLConf 2024 • Sept 10-12 • San Francisco • Check out the
Schedule & Get Your Ticket •{" "}
<NextLink
href="/conf/2024"
className="underline after:content-['_→'] after:font-sans"
Expand Down