Skip to content

Commit 66489cf

Browse files
committed
feat: sponsor sales closed
1 parent df89234 commit 66489cf

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/app/conf/2025/components/become-a-sponsor/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ export function BecomeASponsor() {
2323
href="https://events.linuxfoundation.org/sponsor-GraphQLConf-25?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=sponsor_section"
2424
target="_blank"
2525
rel="noreferrer"
26-
className="shrink-0"
26+
className="shrink-0 opacity-55"
27+
disabled
2728
>
28-
Download the Prospectus
29+
Sponsor Sales Closed
2930
</Button>
3031
</header>
3132
<dl className="relative z-10 mt-10 border border-neu-300 md:backdrop-blur-[6.4px] xl:mt-16">
@@ -100,7 +101,7 @@ function Stripes() {
100101
[--end-2:hsl(var(--color-neu-0))]
101102
dark:[--start-2:rgba(255,204,239,.1)]
102103
dark:[--end-2:hsl(var(--color-pri-lighter)/.4)]
103-
104+
104105
translate-y-12
105106
106107
[mask-size:120%]

src/app/conf/2025/components/register-today/index.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ export function RegisterToday({ className }: RegisterTodayProps) {
3838
</div>
3939
<div className="mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col">
4040
<Button href={GET_TICKETS_LINK}>Register today</Button>
41-
<Button variant="secondary" href="#sponsors">
42-
Become a Sponsor
41+
<Button
42+
disabled
43+
className="opacity-55"
44+
variant="secondary"
45+
href="#sponsors"
46+
>
47+
Sponsor Sales Closed
4348
</Button>
4449
</div>
4550
</div>

0 commit comments

Comments
 (0)