File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,6 @@ const sponsorSilver: Image[] = [
77
77
} ,
78
78
]
79
79
80
- const workshopDaySponsors : Image [ ] = [
81
- {
82
- iconPath : TheGuild ,
83
- name : "The Guild" ,
84
- link : "https://the-guild.dev/" ,
85
- } ,
86
- ]
87
-
88
80
const SponsersConf = ( ) => {
89
81
return (
90
82
< div id = "sponsors" className = "bg-white py-10 static" >
@@ -159,22 +151,6 @@ const SponsersConf = () => {
159
151
</ a >
160
152
) ) }
161
153
</ div >
162
-
163
- < h3 className = "text-center text-[--rhodamine] font-bold my-10 underline underline-offset-8" >
164
- Workshop Day Sponsor
165
- </ h3 >
166
- < div className = "flex justify-center items-center flex-wrap gap-[40px] h-[70%]" >
167
- { workshopDaySponsors . map ( ( sponsor , i ) => (
168
- < a
169
- key = { i }
170
- className = "zoom-platinum flex flex-col items-center text-center"
171
- href = { sponsor . link }
172
- target = "_blank"
173
- >
174
- < sponsor . iconPath />
175
- </ a >
176
- ) ) }
177
- </ div >
178
154
</ div >
179
155
)
180
156
}
You can’t perform that action at this time.
0 commit comments