We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdcb60f7 commit18a7f96Copy full SHA for 18a7f96
frontend/src/pages/sponsors.tsx
@@ -35,6 +35,9 @@ export default function SponsorsPage() {
35
<divid="goldRain"className="opacity-0">
36
<EmojiRainemoji="🪙"/>
37
</div>
38
+<divid="silverRain"className="opacity-0">
39
+<EmojiRainemoji="🪩"/>
40
+</div>
41
<sectionclassName="py-8">
42
<h2className="text-4xl font-black text-center font-bold"onClick={()=>handleRainClick('diamond')}>DIAMOND SPONSORS</h2>
43
<div>
@@ -68,7 +71,7 @@ export default function SponsorsPage() {
68
71
})}
69
72
70
73
-<h2className="text-4xl font-black text-center font-bold">SILVER SPONSORS</h2>
74
+<h2className="text-4xl font-black text-center font-bold"onClick={()=>handleRainClick('silver')}>SILVER SPONSORS</h2>
75
76
<divclassName="flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] mt-10">
77
{silverLinks.map((item,index)=>{