File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
7
7
8
8
export function BecomeASponsor ( ) {
9
9
return (
10
- < section id = "sponsors" className = "relative overflow-hidden" >
10
+ < section className = "relative overflow-hidden" >
11
11
< Stripes />
12
12
< div className = "gql-conf-container gql-conf-section xl:py-16" >
13
13
< header className = "flex flex-col gap-x-48 gap-y-4 md:flex-row md:items-end md:justify-between" >
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const sponsorTiers: Tier[] = [
108
108
109
109
export function Sponsors ( { heading } : SponsorsProps ) {
110
110
return (
111
- < section className = "gql-conf-section mx-auto py-16" >
111
+ < section id = "sponsors" className = "gql-conf-section mx-auto py-16" >
112
112
< h1 className = "typography-h2" > { heading } </ h1 >
113
113
114
114
< div className = "mt-10 md:mt-16" >
You can’t perform that action at this time.
0 commit comments