File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/app/conf/2025/code-of-conduct Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ import clsx from "clsx"
3
3
4
4
import { Anchor } from "@/app/conf/_design-system/anchor"
5
5
import { ServerComponentMarkdown } from "@/app/conf/_components/server-component-markdown"
6
+ import { Button } from "@/app/conf/_design-system/button"
6
7
7
8
import { NavbarPlaceholder } from "../components/navbar"
8
9
import "../resources/prose.css"
9
10
10
11
import markdown from "./code-of-conduct.mdx?raw"
12
+ import { Hero } from "../components/hero"
11
13
12
14
export const metadata : Metadata = {
13
15
title : "Code of Conduct | GraphQLConf 2025" ,
@@ -17,6 +19,14 @@ export default function ResourcesPage() {
17
19
return (
18
20
< >
19
21
< NavbarPlaceholder className = "top-0 bg-neu-0 before:bg-white/30 dark:bg-neu-0 dark:before:bg-blk/40" />
22
+ < Hero pageName = "Code of Conduct" year = "2025" >
23
+ < Button
24
+
25
+ className = "mt-[18px] w-fit"
26
+ >
27
+ Talk to us
28
+ </ Button >
29
+ </ Hero >
20
30
< main className = "gql-all-anchors-focusable gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30" >
21
31
< div className = "gql-conf-container gql-conf-section gql-prose" >
22
32
< ServerComponentMarkdown
You can’t perform that action at this time.
0 commit comments