Skip to content

Commit 096547b

Browse files
authored
Update footer for GraphQLConf 2026 (#2338)
Fixes this: <img width="1080" height="491" alt="Screenshot 2026-02-19 at 11 17 21 AM" src="https://github.com/user-attachments/assets/ec02d4eb-62ce-45b6-abbb-814be6ee3816" />
1 parent e044488 commit 096547b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/footer/conference-footer-box.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ export function ConferenceFooterBox({
2222
>
2323
<div className="flex flex-1 flex-col gap-4 border-b border-pri-lighter p-4 dark:border-pri-light/50">
2424
<h2 className="font-mono text-2xl uppercase leading-none md:text-3xl">
25-
<span className="max-xs:hidden">Join</span> GraphQLConf 2025
25+
<span className="max-xs:hidden">Join</span> GraphQLConf 2026
2626
</h2>
2727
</div>
2828

2929
<div className="typography-body-sm flex font-sans">
3030
<div className="flex-1 justify-center border-r border-pri-lighter p-4 dark:border-pri-light/50">
31-
September <span className="whitespace-nowrap">08–10</span>
31+
May <span className="whitespace-nowrap">06–07</span>
3232
<br />
33-
Amsterdam, Netherlands
33+
Menlo Park, California
3434
</div>
3535

3636
<div className="flex w-[min(calc(25%-.5px),73.5px)] items-center justify-center">

src/components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
107107
},
108108
]
109109

110-
const CONFERENCE_YEAR = 2025
110+
const CONFERENCE_YEAR = 2026
111111
const HAS_CONFERENCE_BOX = true
112112

113113
export function Footer() {

0 commit comments

Comments
 (0)