@@ -29,8 +29,7 @@ const sponsorDiamond: Image[] = [
29
29
{ icon : TheGuild , name : "The Guild" , link : "https://the-guild.dev" } ,
30
30
]
31
31
32
- const sponsorPlatinum : Image [ ] = [
33
- ]
32
+ const sponsorPlatinum : Image [ ] = [ ]
34
33
35
34
const sponsorGold : Image [ ] = [
36
35
{ icon : Hasura , name : "Hasura" , link : "https://hasura.io" } ,
@@ -40,14 +39,11 @@ const sponsorSilver: Image[] = [
40
39
{ icon : Stellate , name : "Stellate" , link : "https://stellate.co" } ,
41
40
]
42
41
43
- const workshopDaySponsors : Image [ ] = [
44
- ]
42
+ const workshopDaySponsors : Image [ ] = [ ]
45
43
46
- const mediaPartners : Image [ ] = [
47
- ]
44
+ const mediaPartners : Image [ ] = [ ]
48
45
49
- const communityPartners : Image [ ] = [
50
- ]
46
+ const communityPartners : Image [ ] = [ ]
51
47
52
48
function List ( {
53
49
items,
@@ -101,36 +97,56 @@ export function Sponsors() {
101
97
< div id = "sponsors" className = "bg-conf-black" >
102
98
< div className = "container conf-block" >
103
99
< h1 className = { classes . title } > Thanks to our 2024 sponsors!</ h1 >
104
- { sponsorDiamond . length && ( < > < h3 className = { classes . heading } > Diamond</ h3 >
105
- < List
106
- items = { sponsorDiamond }
107
- className = "flex"
108
- linkClassName = "p-8 lg:p-16 h-28 lg:h-[220px]"
109
- /> </ > ) }
110
- { sponsorPlatinum . length && ( < > < h3 className = { classes . heading } > Platinum</ h3 >
111
- < List
112
- items = { sponsorPlatinum }
113
- className = "flex"
114
- linkClassName = "p-8 lg:py-14 h-28 lg:h-[210px]"
115
- /> </ > ) }
116
- { sponsorGold . length && ( < > < h3 className = { classes . heading } > Gold</ h3 >
117
- < List
118
- items = { sponsorGold }
119
- className = "flex"
120
- linkClassName = "p-8 lg:py-14 h-28 lg:h-[170px]"
121
- /> </ > ) }
122
- { sponsorSilver . length && ( < > < h3 className = { classes . heading } > Silver</ h3 >
123
- < List
124
- items = { sponsorSilver }
125
- className = "flex"
126
- linkClassName = "p-6 lg:p-10 h-28 lg:h-[155px]"
127
- /> </ > ) }
128
- { workshopDaySponsors . length && ( < > < h3 className = { classes . heading } > Workshop Day Sponsor</ h3 >
129
- < List
130
- items = { workshopDaySponsors }
131
- className = "flex"
132
- linkClassName = "p-8 lg:p-10 h-28 lg:h-[155px]"
133
- /> </ > ) }
100
+ { sponsorDiamond . length && (
101
+ < >
102
+ < h3 className = { classes . heading } > Diamond</ h3 >
103
+ < List
104
+ items = { sponsorDiamond }
105
+ className = "flex"
106
+ linkClassName = "p-8 lg:p-16 h-28 lg:h-[220px]"
107
+ />
108
+ </ >
109
+ ) }
110
+ { sponsorPlatinum . length && (
111
+ < >
112
+ < h3 className = { classes . heading } > Platinum</ h3 >
113
+ < List
114
+ items = { sponsorPlatinum }
115
+ className = "flex"
116
+ linkClassName = "p-8 lg:py-14 h-28 lg:h-[210px]"
117
+ /> { " " }
118
+ </ >
119
+ ) }
120
+ { sponsorGold . length && (
121
+ < >
122
+ < h3 className = { classes . heading } > Gold</ h3 >
123
+ < List
124
+ items = { sponsorGold }
125
+ className = "flex"
126
+ linkClassName = "p-8 lg:py-14 h-28 lg:h-[170px]"
127
+ />
128
+ </ >
129
+ ) }
130
+ { sponsorSilver . length && (
131
+ < >
132
+ < h3 className = { classes . heading } > Silver</ h3 >
133
+ < List
134
+ items = { sponsorSilver }
135
+ className = "flex"
136
+ linkClassName = "p-6 lg:p-10 h-28 lg:h-[155px]"
137
+ />
138
+ </ >
139
+ ) }
140
+ { workshopDaySponsors . length && (
141
+ < >
142
+ < h3 className = { classes . heading } > Workshop Day Sponsor</ h3 >
143
+ < List
144
+ items = { workshopDaySponsors }
145
+ className = "flex"
146
+ linkClassName = "p-8 lg:p-10 h-28 lg:h-[155px]"
147
+ />
148
+ </ >
149
+ ) }
134
150
</ div >
135
151
{ /* <div className="container py-24">
136
152
<h1 className={classes.title}>Partners</h1>
0 commit comments