File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -205,21 +205,22 @@ export default {
205205 </ >
206206 )
207207 } ,
208- banner : {
209- content : (
210- < >
211- 📣 GraphQLConf 2025 • Sept 08-10 • Amsterdam • Early bird tickets
212- available & sponsorship opportunities open •{ " " }
213- < NextLink
214- href = "/conf/2025"
215- className = "underline after:font-sans after:content-['_→']"
216- >
217- Learn more
218- </ NextLink >
219- </ >
220- ) ,
221- key : "graphqlconf-2024" ,
222- } ,
208+ // Hidden for now, Design is discussing it.
209+ // banner: {
210+ // content: (
211+ // <>
212+ // 📣 GraphQLConf 2025 • Sept 08-10 • Amsterdam • Early bird tickets
213+ // available & sponsorship opportunities open •{" "}
214+ // <NextLink
215+ // href="/conf/2025"
216+ // className="underline after:font-sans after:content-['_→']"
217+ // >
218+ // Learn more
219+ // </NextLink>
220+ // </>
221+ // ),
222+ // key: "graphqlconf-2024",
223+ // },
223224 logo : graphQLLogo ,
224225 docsRepositoryBase :
225226 "https://github.com/graphql/graphql.github.io/tree/source" ,
You can’t perform that action at this time.
0 commit comments