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
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() {