File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ export default function SponsorsPage() {
3535 < div id = "goldRain" className = "opacity-0" >
3636 < EmojiRain emoji = "🪙" />
3737 </ div >
38+ < div id = "silverRain" className = "opacity-0" >
39+ < EmojiRain emoji = "🪩" />
40+ </ div >
3841 < section className = "py-8" >
3942 < h2 className = "text-4xl font-black text-center font-bold" onClick = { ( ) => handleRainClick ( 'diamond' ) } > DIAMOND SPONSORS</ h2 >
4043 < div >
@@ -68,7 +71,7 @@ export default function SponsorsPage() {
6871 } ) }
6972 </ div >
7073 </ div >
71- < h2 className = "text-4xl font-black text-center font-bold" > SILVER SPONSORS</ h2 >
74+ < h2 className = "text-4xl font-black text-center font-bold" onClick = { ( ) => handleRainClick ( 'silver' ) } > SILVER SPONSORS</ h2 >
7275 < div >
7376 < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] mt-10" >
7477 { silverLinks . map ( ( item , index ) => {
You can’t perform that action at this time.
0 commit comments