File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
107107 } ,
108108]
109109
110- const CONFERENCE_YEAR = 2025
110+ const CONFERENCE_YEAR = 2026
111111const HAS_CONFERENCE_BOX = true
112112
113113export function Footer ( ) {
You can’t perform that action at this time.
0 commit comments