File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ export function BecomeASponsor() {
23
23
href = "https://events.linuxfoundation.org/sponsor-GraphQLConf-25?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = sponsor_section "
24
24
target = "_blank"
25
25
rel = "noreferrer"
26
- className = "shrink-0"
26
+ className = "shrink-0 opacity-55"
27
+ disabled
27
28
>
28
- Download the Prospectus
29
+ Sponsor Sales Closed
29
30
</ Button >
30
31
</ header >
31
32
< 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() {
100
101
[--end-2:hsl(var(--color-neu-0))]
101
102
dark:[--start-2:rgba(255,204,239,.1)]
102
103
dark:[--end-2:hsl(var(--color-pri-lighter)/.4)]
103
-
104
+
104
105
translate-y-12
105
106
106
107
[mask-size:120%]
Original file line number Diff line number Diff line change @@ -38,8 +38,13 @@ export function RegisterToday({ className }: RegisterTodayProps) {
38
38
</ div >
39
39
< div className = "mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col" >
40
40
< 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
43
48
</ Button >
44
49
</ div >
45
50
</ div >
You can’t perform that action at this time.
0 commit comments