Skip to content

Commit 4161131

Browse files
committed
Comment out the banner for now
1 parent 290933f commit 4161131

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

theme.config.tsx

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff 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 &amp; 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 &amp; 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",

0 commit comments

Comments
 (0)