File tree 1 file changed +4
-1
lines changed
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() {
35
35
< div id = "goldRain" className = "opacity-0" >
36
36
< EmojiRain emoji = "🪙" />
37
37
</ div >
38
+ < div id = "silverRain" className = "opacity-0" >
39
+ < EmojiRain emoji = "🪩" />
40
+ </ div >
38
41
< section className = "py-8" >
39
42
< h2 className = "text-4xl font-black text-center font-bold" onClick = { ( ) => handleRainClick ( 'diamond' ) } > DIAMOND SPONSORS</ h2 >
40
43
< div >
@@ -68,7 +71,7 @@ export default function SponsorsPage() {
68
71
} ) }
69
72
</ div >
70
73
</ 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 >
72
75
< div >
73
76
< div className = "flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] mt-10" >
74
77
{ silverLinks . map ( ( item , index ) => {
You can’t perform that action at this time.
0 commit comments