From 88baa1ed9c54140160ea0c8dc5320a131597613f Mon Sep 17 00:00:00 2001 From: Jeff Auriemma Date: Thu, 19 Feb 2026 11:15:25 -0500 Subject: [PATCH 1/2] Update footer for GraphQLConf 2026 --- src/components/footer/conference-footer-box.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/footer/conference-footer-box.tsx b/src/components/footer/conference-footer-box.tsx index 69016a8c25..1cfe86ca58 100644 --- a/src/components/footer/conference-footer-box.tsx +++ b/src/components/footer/conference-footer-box.tsx @@ -22,15 +22,15 @@ export function ConferenceFooterBox({ >

- Join GraphQLConf 2025 + Join GraphQLConf 2026

- September 08–10 + May 06–07
- Amsterdam, Netherlands + Menlo Park, California
From 9eb599d5efd30b8bcd7c0fc13d5fb8251fef0a92 Mon Sep 17 00:00:00 2001 From: Jeff Auriemma Date: Thu, 19 Feb 2026 11:29:56 -0500 Subject: [PATCH 2/2] CONFERENCE_YEAR = 2026 --- src/components/footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index bc61380eb9..2d22653b17 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -107,7 +107,7 @@ const FOOTER_SECTIONS: FooterSection[] = [ }, ] -const CONFERENCE_YEAR = 2025 +const CONFERENCE_YEAR = 2026 const HAS_CONFERENCE_BOX = true export function Footer() {