Skip to content

Commit 86f208c

Browse files
committed
Remove the old Register section
1 parent 62e4866 commit 86f208c

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

src/app/conf/2025/page.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { Metadata } from "next"
2-
import { HostedByGraphQLFoundation } from "@/icons"
3-
import { GridButton } from "../_components/grid-button"
42
import { Sponsor } from "./sponsorship"
53
import { Venue } from "./venue"
64
import { FAQ } from "./faq"
7-
import { Register } from "./register"
85
import { CallForProposals } from "./components/call-for-proposals"
96
import { RegisterToday } from "./components/register-today"
107
import { Hero } from "./components/hero"
@@ -22,21 +19,20 @@ export default function Page() {
2219
return (
2320
<main className="gql-all-anchors-focusable antialiased">
2421
<Hero />
25-
<div className="gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/40">
22+
<div className="gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/40 before:dark:bg-blk/30">
2623
<RegisterToday className="md:mb-8 md:mt-24" />
2724
<WhatToExpectSection className="md:mb-8 md:mt-24" />
2825
<TopMindsSection className="md:mb-8 md:mt-24" hasSpeakersPage={false} />
2926
</div>
3027
<div className="gql-conf-navbar-strip before:bg-white/40 before:dark:bg-pri-dark/[0.45]">
3128
<GetYourTicket />
3229
</div>
33-
<div className="gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/50">
30+
<div className="gql-conf-container gql-conf-navbar-strip text-neu-900 before:bg-white/50 before:dark:bg-blk/30">
3431
<RegisterSection />
3532
<Sponsors heading="Thanks to our 2024 sponsors!" />
3633
<CallForProposals />
3734
<div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32 [.light_&_.text-white]:text-neu-900 [.light_&_[alt='Grafbase_logo']]:invert">
3835
<Sponsor />
39-
<Register />
4036
<Venue />
4137
</div>
4238
<FAQ />

src/app/conf/2025/register.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)