Skip to content

Commit 062c65c

Browse files
committed
Add a barebones hero (pink for now)
1 parent 7f6b17d commit 062c65c

File tree

1 file changed

+10
-0
lines changed
  • src/app/conf/2025/code-of-conduct

1 file changed

+10
-0
lines changed

src/app/conf/2025/code-of-conduct/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import clsx from "clsx"
33

44
import { Anchor } from "@/app/conf/_design-system/anchor"
55
import { ServerComponentMarkdown } from "@/app/conf/_components/server-component-markdown"
6+
import { Button } from "@/app/conf/_design-system/button"
67

78
import { NavbarPlaceholder } from "../components/navbar"
89
import "../resources/prose.css"
910

1011
import markdown from "./code-of-conduct.mdx?raw"
12+
import { Hero } from "../components/hero"
1113

1214
export const metadata: Metadata = {
1315
title: "Code of Conduct | GraphQLConf 2025",
@@ -17,6 +19,14 @@ export default function ResourcesPage() {
1719
return (
1820
<>
1921
<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+
href="mailto:[email protected]"
25+
className="mt-[18px] w-fit"
26+
>
27+
Talk to us
28+
</Button>
29+
</Hero>
2030
<main className="gql-all-anchors-focusable gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
2131
<div className="gql-conf-container gql-conf-section gql-prose">
2232
<ServerComponentMarkdown

0 commit comments

Comments
 (0)