Skip to content

Updates to announce graphql conf schedule #1720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 28, 2024
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
Loading